From 1cc2e03a6d19f1c27b4760833c321afb473d305d Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 19 Oct 2021 22:46:56 +0200 Subject: Syndication - attach the generated match document to the source --- archaeological_operations/tests.py | 1 - 1 file changed, 1 deletion(-) (limited to 'archaeological_operations') diff --git a/archaeological_operations/tests.py b/archaeological_operations/tests.py index ee1f2645c..409ee5079 100644 --- a/archaeological_operations/tests.py +++ b/archaeological_operations/tests.py @@ -4686,7 +4686,6 @@ class ApiTest(OperationInitTest, APITestCase): params["action"] = "generate_match_document" response = self.client.post(url, params, follow=True) - #src_doc = source.generate_match_document() zip_file = zipfile.ZipFile(BytesIO(response.content)) self.assertIsNone( -- cgit v1.2.3