diff options
-rw-r--r-- | archaeological_operations/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_operations/tests.py b/archaeological_operations/tests.py index cf3cfb4a6..1c2623389 100644 --- a/archaeological_operations/tests.py +++ b/archaeological_operations/tests.py @@ -4938,4 +4938,4 @@ class ApiTest(OperationInitTest, APITestCase): ) self.assertEqual(response.status_code, 200) j = json.loads(response.content.decode()) - self.assertIsNone(j.get("cached_label", None)) + self.assertEqual(j.get("cached_label", ""), "") |