Private
Public Access
1
0

completed testing

This commit is contained in:
Sander Roosendaal
2019-01-09 22:36:29 +01:00
parent c454df269e
commit 587744dd35
3 changed files with 2 additions and 2 deletions

View File

@@ -315,7 +315,7 @@ class URLTests(TestCase):
for u in urls:
if u not in tested and 'rowers' in u and 'http' not in u and 'authorize' not in u and 'import' not in u and 'logout' not in u:
response = self.c.get(u)
if response.status_code != 200:
if response.status_code not in [200,302]:
print len(tested)
print url
print u