Commit d0e389c2 authored by Michal Čihař's avatar Michal Čihař

Fixed assertion

parent f09d8642
......@@ -61,7 +61,7 @@ class RegistrationTest(TestCase):
REGISTRATION_DATA
)
# Check we did succeed
self.assertRedirects(response, reverse('registration_complete'))
self.assertRedirects(response, reverse('login'))
# Check registration mail
self.assertEqual(len(mail.outbox), 1)
......
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