From abc9942994eee6cd80ed9b678e2fdefe192aa8c0 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 14 Aug 2017 12:01:43 +0200 Subject: Fix tests --- archaeological_context_records/tests.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'archaeological_context_records') diff --git a/archaeological_context_records/tests.py b/archaeological_context_records/tests.py index b26823777..e29c37511 100644 --- a/archaeological_context_records/tests.py +++ b/archaeological_context_records/tests.py @@ -50,6 +50,10 @@ CONTEXT_RECORD_FIXTURES = FILE_FIXTURES + [ CONTEXT_RECORD_TOWNS_FIXTURES = FILE_TOWNS_FIXTURES + [ settings.ROOT_PATH + '../archaeological_context_records/fixtures/initial_data-fr.json', + '../archaeological_context_records/fixtures/' + 'initial_data_relation_type_norel-fr.json', + '../archaeological_context_records/fixtures/' + 'initial_data_relation_type-fr.json', ] -- cgit v1.2.3