summaryrefslogtreecommitdiff
path: root/archaeological_operations/tests.py
diff options
context:
space:
mode:
authorCefin <kevon@tuta.io>2022-01-24 15:28:18 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2022-12-12 12:20:59 +0100
commitf1f9d2f5de328dec8fbd51bd9fb3ab92c6f05df5 (patch)
tree0c8aeed95820620edfb7bbdb6542d2db739c4d90 /archaeological_operations/tests.py
parente9e325cf16334c3fd580647e1561a4a559584148 (diff)
downloadIshtar-f1f9d2f5de328dec8fbd51bd9fb3ab92c6f05df5.tar.bz2
Ishtar-f1f9d2f5de328dec8fbd51bd9fb3ab92c6f05df5.zip
Operation - Parcels - Modify: ManagementForm Issue part two #5227
Diffstat (limited to 'archaeological_operations/tests.py')
-rw-r--r--archaeological_operations/tests.py7
1 files changed, 0 insertions, 7 deletions
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(
- '<select id="id_form-0-town" class="form-control" name="form-0-town"><select>',
- 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)