mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-21 10:16:13 +02:00
removed pseudo apostrophe
This commit is contained in:
parent
833b698bf2
commit
76fef5303b
1 changed files with 1 additions and 1 deletions
|
@ -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"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue