From ad392818e9e11708ef1e930a300aaf25672f09cb Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 27 Sep 2023 15:22:14 +0200 Subject: ✅ fix API sheet filter tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archaeological_operations/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archaeological_operations') 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", ""), "") -- cgit v1.2.3