This commit is contained in:
Rachid Mrad 2024-10-02 22:12:46 -04:00
parent c878e7aebb
commit 9b091263d4
No known key found for this signature in database

View file

@ -535,7 +535,7 @@ class TestDomainAdminWithClient(TestCase):
self.assertContains(response, "Testy Tester")
# Test for the copy link
self.assertContains(response, "copy-to-clipboard)
self.assertContains(response, "copy-to-clipboard")
# cleanup from this test
domain.delete()