mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-06 12:37:23 +02:00
Update test_admin.py
This commit is contained in:
parent
277198c0aa
commit
92f1a0dab4
1 changed files with 4 additions and 4 deletions
|
@ -1324,7 +1324,7 @@ class TestDomainRequestAdmin(MockEppLib):
|
||||||
self.assertContains(response, "Testy2 Tester2")
|
self.assertContains(response, "Testy2 Tester2")
|
||||||
|
|
||||||
# == Check for the authorizing_official == #
|
# == Check for the authorizing_official == #
|
||||||
expected_email = "testy@town.com"
|
|
||||||
expected_ao_fields = [
|
expected_ao_fields = [
|
||||||
# Field, expected value
|
# Field, expected value
|
||||||
("title", "Chief Tester"),
|
("title", "Chief Tester"),
|
||||||
|
@ -1338,7 +1338,7 @@ class TestDomainRequestAdmin(MockEppLib):
|
||||||
self.assertContains(response, "Testy Tester", count=5)
|
self.assertContains(response, "Testy Tester", count=5)
|
||||||
|
|
||||||
# == Test the other_employees field == #
|
# == Test the other_employees field == #
|
||||||
expected_email = "testy@town.com"
|
|
||||||
expected_other_employees_fields = [
|
expected_other_employees_fields = [
|
||||||
# Field, expected value
|
# Field, expected value
|
||||||
("title", "Another Tester"),
|
("title", "Another Tester"),
|
||||||
|
@ -2052,7 +2052,7 @@ class TestDomainInformationAdmin(TestCase):
|
||||||
self.assertContains(response, "Testy2 Tester2")
|
self.assertContains(response, "Testy2 Tester2")
|
||||||
|
|
||||||
# == Check for the authorizing_official == #
|
# == Check for the authorizing_official == #
|
||||||
expected_email = "testy@town.com"
|
|
||||||
expected_ao_fields = [
|
expected_ao_fields = [
|
||||||
# Field, expected value
|
# Field, expected value
|
||||||
("title", "Chief Tester"),
|
("title", "Chief Tester"),
|
||||||
|
@ -2066,7 +2066,7 @@ class TestDomainInformationAdmin(TestCase):
|
||||||
self.assertContains(response, "Testy Tester", count=5)
|
self.assertContains(response, "Testy Tester", count=5)
|
||||||
|
|
||||||
# == Test the other_employees field == #
|
# == Test the other_employees field == #
|
||||||
expected_email = "testy@town.com"
|
|
||||||
expected_other_employees_fields = [
|
expected_other_employees_fields = [
|
||||||
# Field, expected value
|
# Field, expected value
|
||||||
("title", "Another Tester"),
|
("title", "Another Tester"),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue