Update test_admin.py

adding another "invited"
This commit is contained in:
Cameron Dixon 2024-06-25 09:32:46 -04:00
parent 9d116df83f
commit 64933e02c6
No known key found for this signature in database
GPG key ID: 736252B2D4AFC98F

View file

@ -2820,7 +2820,7 @@ class TestDomainInvitationAdmin(TestCase):
)
# Assert that the filters are added
self.assertContains(response, "invited", count=4)
self.assertContains(response, "invited", count=5)
self.assertContains(response, "Invited", count=2)
self.assertContains(response, "retrieved", count=2)
self.assertContains(response, "Retrieved", count=2)