Merge remote-tracking branch 'origin/main' into rh/2406-clipboard

This commit is contained in:
CocoByte 2024-08-01 13:04:02 -06:00
commit ae7ea346a4
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F
19 changed files with 234 additions and 54 deletions

View file

@ -164,7 +164,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)