diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2015-02-10 17:37:11 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2015-02-10 17:37:11 +0100 |
commit | 66eddf5fd314110adfdee1176699a63581580077 (patch) | |
tree | b2ea06d6689cdd073b18c8212f91f32cc6ff9b0f | |
parent | 52293642b0158595db8d5b90feff914566858bf5 (diff) | |
download | Ishtar-66eddf5fd314110adfdee1176699a63581580077.tar.bz2 Ishtar-66eddf5fd314110adfdee1176699a63581580077.zip |
Add missing fixture for archaeological tests
-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 |