mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-15 22:14:15 +02:00
Fix text in home page test
This commit is contained in:
parent
88a4c36fa6
commit
6e7b578fc5
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ class TestViews(TestCase):
|
||||||
"""Home page should be available without a login."""
|
"""Home page should be available without a login."""
|
||||||
response = self.client.get("/")
|
response = self.client.get("/")
|
||||||
self.assertContains(response, "registrar", status_code=200)
|
self.assertContains(response, "registrar", status_code=200)
|
||||||
self.assertContains(response, "log in")
|
self.assertContains(response, "Sign in")
|
||||||
|
|
||||||
def test_whoami_page_no_user(self):
|
def test_whoami_page_no_user(self):
|
||||||
"""Whoami page not accessible without a logged-in user."""
|
"""Whoami page not accessible without a logged-in user."""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue