mirror of https://github.com/zulip/zulip.git
Fix test for /accounts/logout
(imported from commit 256929fc4d462832358c31c99bd470a23ffaba29)
This commit is contained in:
parent
5bcb522952
commit
7267ba9cd2
|
@ -116,8 +116,8 @@ class PublicURLTest(TestCase):
|
|||
# FIXME: We should also test the Tornado URLs -- this codepath
|
||||
# can't do so because this Django test mechanism doesn't go
|
||||
# through Tornado.
|
||||
urls = {200: ["/accounts/home/", "/accounts/login/", "/accounts/logout/"],
|
||||
302: ["/"],
|
||||
urls = {200: ["/accounts/home/", "/accounts/login/"],
|
||||
302: ["/", "/accounts/logout/"],
|
||||
400: ["/accounts/register/",
|
||||
"/api/v1/get_public_streams",
|
||||
"/api/v1/get_subscriptions",
|
||||
|
|
Loading…
Reference in New Issue