Fix 100 tests wrt. 754a0b70e (big url changes)

This commit is contained in:
Martin Pépin 2020-08-30 18:49:22 +02:00
parent e401303a08
commit dcd592ed11
No known key found for this signature in database
GPG key ID: E7520278B1774448
7 changed files with 70 additions and 54 deletions

View file

@ -70,4 +70,4 @@ class TestStats(TestCase):
resp = client.get(url)
self.assertEqual(200, resp.status_code)
resp2 = client2.get(url, follow=True)
self.assertRedirects(resp2, "/")
self.assertRedirects(resp2, "/gestion/")