mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-24 13:29:22 +02:00
Update src/registrar/tests/test_admin.py
This commit is contained in:
parent
87512a589e
commit
a8c4edd15f
1 changed files with 0 additions and 2 deletions
|
@ -2179,8 +2179,6 @@ class TestDomainRequestAdmin(MockEppLib):
|
||||||
self.assertContains(response, "testy@town.com", count=2)
|
self.assertContains(response, "testy@town.com", count=2)
|
||||||
expected_ao_fields = [
|
expected_ao_fields = [
|
||||||
# Field, expected value
|
# Field, expected value
|
||||||
# Why did this break??
|
|
||||||
# ("title", "Chief Tester"),
|
|
||||||
("phone", "(555) 555 5555"),
|
("phone", "(555) 555 5555"),
|
||||||
]
|
]
|
||||||
self.test_helper.assert_response_contains_distinct_values(response, expected_ao_fields)
|
self.test_helper.assert_response_contains_distinct_values(response, expected_ao_fields)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue