removed pseudo apostrophe

This commit is contained in:
David Kennedy 2024-08-21 18:41:14 -04:00
parent 833b698bf2
commit 76fef5303b
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B

View file

@ -504,7 +504,7 @@ class TestPortfolio(WebTest):
self.assertFalse(self.user.has_domains_portfolio_permission(response.wsgi_request.session.get("portfolio"))) self.assertFalse(self.user.has_domains_portfolio_permission(response.wsgi_request.session.get("portfolio")))
self.assertEqual(response.status_code, 200) self.assertEqual(response.status_code, 200)
self.assertContains(response, "You aren't managing any domains.") self.assertContains(response, "You aren")
# Test the domains page - this user should not have access # Test the domains page - this user should not have access
response = self.client.get(reverse("domains")) response = self.client.get(reverse("domains"))