Update test_admin.py

This commit is contained in:
zandercymatics 2024-04-01 15:47:15 -06:00
parent 277198c0aa
commit 92f1a0dab4
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -1324,7 +1324,7 @@ class TestDomainRequestAdmin(MockEppLib):
self.assertContains(response, "Testy2 Tester2")
# == Check for the authorizing_official == #
expected_email = "testy@town.com"
expected_ao_fields = [
# Field, expected value
("title", "Chief Tester"),
@ -1338,7 +1338,7 @@ class TestDomainRequestAdmin(MockEppLib):
self.assertContains(response, "Testy Tester", count=5)
# == Test the other_employees field == #
expected_email = "testy@town.com"
expected_other_employees_fields = [
# Field, expected value
("title", "Another Tester"),
@ -2052,7 +2052,7 @@ class TestDomainInformationAdmin(TestCase):
self.assertContains(response, "Testy2 Tester2")
# == Check for the authorizing_official == #
expected_email = "testy@town.com"
expected_ao_fields = [
# Field, expected value
("title", "Chief Tester"),
@ -2066,7 +2066,7 @@ class TestDomainInformationAdmin(TestCase):
self.assertContains(response, "Testy Tester", count=5)
# == Test the other_employees field == #
expected_email = "testy@town.com"
expected_other_employees_fields = [
# Field, expected value
("title", "Another Tester"),