diff options
-rw-r--r-- | archaeological_files/tests.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archaeological_files/tests.py b/archaeological_files/tests.py index cf73b8726..b4ad7d4b5 100644 --- a/archaeological_files/tests.py +++ b/archaeological_files/tests.py @@ -31,6 +31,8 @@ from archaeological_files import models, data_importer class FileTest(TestCase): fixtures = [settings.ROOT_PATH + \ + '../fixtures/initial_data-auth-fr.json', + settings.ROOT_PATH + \ '../ishtar_common/fixtures/initial_data-fr.json'] model = models.File |