mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-21 20:09:23 +02:00
Fix test case
This commit is contained in:
parent
84a645c61a
commit
7347166883
1 changed files with 1 additions and 1 deletions
|
@ -965,7 +965,7 @@ class UserDomainRoleAdminTest(TestCase):
|
||||||
self.assertEqual(search_query, "AntarcticPolarBears@example.com")
|
self.assertEqual(search_query, "AntarcticPolarBears@example.com")
|
||||||
|
|
||||||
# We only need to check for the end of the HTML string
|
# We only need to check for the end of the HTML string
|
||||||
self.assertContains(response, "Joe Jones AntarticPolarBears@example.com</a></th>", count=1)
|
self.assertContains(response, "Joe Jones AntarcticPolarBears@example.com</a></th>", count=1)
|
||||||
|
|
||||||
|
|
||||||
class ListHeaderAdminTest(TestCase):
|
class ListHeaderAdminTest(TestCase):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue