summaryrefslogtreecommitdiff
path: root/ishtar_common/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/tests.py')
-rw-r--r--ishtar_common/tests.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/ishtar_common/tests.py b/ishtar_common/tests.py
index 6a2e9d3b0..858692966 100644
--- a/ishtar_common/tests.py
+++ b/ishtar_common/tests.py
@@ -819,8 +819,9 @@ class SerializationTest(GenericSerializationTest, TestCase):
fixtures = COMMON_FIXTURES + WAREHOUSE_FIXTURES
def create_types(self):
+ # create default when no data is provided
for app, model_name in (
- ("ishtar_common", "LicenseType"),
+ ("archaeological_finds", "MuseumCollection"),
("archaeological_finds", "MaterialTypeQualityType"),
("archaeological_finds", "ObjectTypeQualityType"),
("archaeological_finds", "AlterationType"),