summaryrefslogtreecommitdiff
path: root/archaeological_operations/tests.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2019-09-04 15:32:22 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2019-09-04 15:33:13 +0200
commite0ab9856d23d8c204fde6676b208231236ec6e30 (patch)
treed0dd22cc3b923ca8a2270c121f5b94bdb19dd4c1 /archaeological_operations/tests.py
parent303a95a0cdbeb2d64b8a3fdf5143bcdbcec22270 (diff)
downloadIshtar-e0ab9856d23d8c204fde6676b208231236ec6e30.tar.bz2
Ishtar-e0ab9856d23d8c204fde6676b208231236ec6e30.zip
Serializers: manage context records - uuid for context records
Diffstat (limited to 'archaeological_operations/tests.py')
-rw-r--r--archaeological_operations/tests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_operations/tests.py b/archaeological_operations/tests.py
index 82f30855c..9a1313424 100644
--- a/archaeological_operations/tests.py
+++ b/archaeological_operations/tests.py
@@ -790,7 +790,7 @@ class SerializationTest(GenericSerializationTest, TestCase):
)
self.assertEqual(len(site_json), 1)
rel_json = json.loads(
- res[('operations', 'archaeological_operations__RecordRelation')]
+ res[('operations', 'archaeological_operations__RecordRelations')]
)
self.assertEqual(len(rel_json), 0)
@@ -809,7 +809,7 @@ class SerializationTest(GenericSerializationTest, TestCase):
)
self.assertEqual(len(site_json), 0)
rel_json = json.loads(
- res[('operations', 'archaeological_operations__RecordRelation')]
+ res[('operations', 'archaeological_operations__RecordRelations')]
)
self.assertEqual(len(rel_json), 0)