Update src/registrar/tests/test_admin.py

This commit is contained in:
zandercymatics 2024-06-26 14:21:33 -06:00 committed by GitHub
parent 87512a589e
commit a8c4edd15f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2179,8 +2179,6 @@ class TestDomainRequestAdmin(MockEppLib):
self.assertContains(response, "testy@town.com", count=2)
expected_ao_fields = [
# Field, expected value
# Why did this break??
# ("title", "Chief Tester"),
("phone", "(555) 555 5555"),
]
self.test_helper.assert_response_contains_distinct_values(response, expected_ao_fields)