Update test_admin.py

This commit is contained in:
zandercymatics 2024-06-21 14:01:43 -06:00
parent 065458a8b9
commit b934b21ce7
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -2186,10 +2186,10 @@ class TestDomainRequestAdmin(MockEppLib):
self.test_helper.assert_response_contains_distinct_values(response, expected_ao_fields)
self.assertContains(response, "Chief Tester")
self.assertContains(response, "Testy Tester", count=10)
self.assertContains(response, "Testy Tester")
# == Test the other_employees field == #
self.assertContains(response, "testy2@town.com", count=2)
self.assertContains(response, "testy2@town.com")
expected_other_employees_fields = [
# Field, expected value
("title", "Another Tester"),