Fix test case

This commit is contained in:
zandercymatics 2023-12-04 10:49:05 -07:00
parent 84a645c61a
commit 7347166883
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -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):