mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-26 12:38:36 +02:00
Linter
This commit is contained in:
parent
92f1a0dab4
commit
f753f3e6f1
1 changed files with 0 additions and 4 deletions
|
@ -1300,7 +1300,6 @@ class TestDomainRequestAdmin(MockEppLib):
|
||||||
# == Check for the creator == #
|
# == Check for the creator == #
|
||||||
|
|
||||||
# Check for the right title, email, and phone number in the response.
|
# Check for the right title, email, and phone number in the response.
|
||||||
expected_email = "meoward.jones@igorville.gov"
|
|
||||||
expected_creator_fields = [
|
expected_creator_fields = [
|
||||||
# Field, expected value
|
# Field, expected value
|
||||||
("title", "Treat inspector"),
|
("title", "Treat inspector"),
|
||||||
|
@ -1313,7 +1312,6 @@ class TestDomainRequestAdmin(MockEppLib):
|
||||||
self.assertContains(response, "Meoward Jones")
|
self.assertContains(response, "Meoward Jones")
|
||||||
|
|
||||||
# == Check for the submitter == #
|
# == Check for the submitter == #
|
||||||
expected_email = "mayor@igorville.gov"
|
|
||||||
expected_submitter_fields = [
|
expected_submitter_fields = [
|
||||||
# Field, expected value
|
# Field, expected value
|
||||||
("title", "Admin Tester"),
|
("title", "Admin Tester"),
|
||||||
|
@ -2028,7 +2026,6 @@ class TestDomainInformationAdmin(TestCase):
|
||||||
# Check for the right title, email, and phone number in the response.
|
# Check for the right title, email, and phone number in the response.
|
||||||
# We only need to check for the end tag
|
# We only need to check for the end tag
|
||||||
# (Otherwise this test will fail if we change classes, etc)
|
# (Otherwise this test will fail if we change classes, etc)
|
||||||
expected_email = "meoward.jones@igorville.gov"
|
|
||||||
expected_creator_fields = [
|
expected_creator_fields = [
|
||||||
# Field, expected value
|
# Field, expected value
|
||||||
("title", "Treat inspector"),
|
("title", "Treat inspector"),
|
||||||
|
@ -2041,7 +2038,6 @@ class TestDomainInformationAdmin(TestCase):
|
||||||
self.assertContains(response, "Meoward Jones")
|
self.assertContains(response, "Meoward Jones")
|
||||||
|
|
||||||
# == Check for the submitter == #
|
# == Check for the submitter == #
|
||||||
expected_email = "mayor@igorville.gov"
|
|
||||||
expected_submitter_fields = [
|
expected_submitter_fields = [
|
||||||
# Field, expected value
|
# Field, expected value
|
||||||
("title", "Admin Tester"),
|
("title", "Admin Tester"),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue