From f1f9d2f5de328dec8fbd51bd9fb3ab92c6f05df5 Mon Sep 17 00:00:00 2001 From: Cefin Date: Mon, 24 Jan 2022 15:28:18 +0100 Subject: Operation - Parcels - Modify: ManagementForm Issue part two #5227 --- archaeological_operations/tests.py | 7 ------- 1 file changed, 7 deletions(-) (limited to 'archaeological_operations/tests.py') diff --git a/archaeological_operations/tests.py b/archaeological_operations/tests.py index 5d41d0202..84b684410 100644 --- a/archaeological_operations/tests.py +++ b/archaeological_operations/tests.py @@ -1670,14 +1670,7 @@ class ParcelTest(ImportTest, TestCase): response = c.get(reverse("operation-parcels-modify", kwargs={"pk": operation.pk})) self.assertEqual(response.status_code, 200) - print(response) - self.assertInHTML( - '', - town_1.name, - count=1 - ) self.assertContains(response, town_1.name) - print(response) self.assertContains(response, town_2.name) self.assertContains(response, parcel_1.year) self.assertContains(response, parcel_2.year) -- cgit v1.2.3