mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-22 02:36:02 +02:00
unit test fix
This commit is contained in:
parent
a81cf60659
commit
77d4f0aee9
1 changed files with 1 additions and 1 deletions
|
@ -578,7 +578,7 @@ class TestDomainRequestAdmin(MockEppLib):
|
|||
# of the request
|
||||
self.assertContains(response, "Federal", count=55)
|
||||
# This may be a bit more robust
|
||||
self.assertContains(response, '<td class="field-converted_generic_org_type">federal</td>', count=1)
|
||||
self.assertContains(response, '<td class="field-converted_generic_org_type">Federal</td>', count=1)
|
||||
# Now let's make sure the long description does not exist
|
||||
self.assertNotContains(response, "Federal: an agency of the U.S. government")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue