From 66ba898ce0797fd51a826f6ea654b87a3487e8bb 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/tests.py') 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