mirror of https://github.com/zulip/zulip.git
test_signup: Fix test for login page redirect.
I forgot to update this in 43bba27e5d
.
This commit is contained in:
parent
313083484a
commit
1a9adbbe70
|
@ -400,7 +400,7 @@ class LoginTest(ZulipTestCase):
|
||||||
"""
|
"""
|
||||||
self.login(self.example_email("cordelia"))
|
self.login(self.example_email("cordelia"))
|
||||||
response = self.client_get("/login/")
|
response = self.client_get("/login/")
|
||||||
self.assertEqual(response["Location"], "/")
|
self.assertEqual(response["Location"], "http://zulip.testserver")
|
||||||
|
|
||||||
class InviteUserTest(ZulipTestCase):
|
class InviteUserTest(ZulipTestCase):
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue