Patch 1/2 failing tests

This commit is contained in:
Antonin Reitz 2019-11-27 10:33:34 +01:00
parent 975cc4aa1d
commit f8ebff12f3

View file

@ -168,7 +168,8 @@ class GenericLoginViewTests(TestCase):
r = self.client.post(self.url)
self.assertRedirects(
r, "/logout?next={}".format(self.url), fetch_redirect_response=False
r, "https://cas.eleves.ens.fr/logout?service=http%3A%2F%2Ftestserver%2Fk-fet%2Flogin%2Fgeneric",
fetch_redirect_response=False
)
def test_notoken_not_team(self):