Commit 9944b33a authored by Michal Čihař's avatar Michal Čihař

Fix test expectation for new layout

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent a8ad9e90
......@@ -122,7 +122,7 @@ class RegistrationTest(TestCase):
# Check we can access home (was redirected to password change)
response = self.client.get(reverse('home'))
self.assertContains(response, 'Logged in as')
self.assertContains(response, 'First Last')
user = User.objects.get(username='username')
# Verify user is active
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment