Fix line length again...
This commit is contained in:
@@ -88,4 +88,7 @@ def test_chained_redirect(redirect_app):
|
||||
assert request.url.endswith('/1')
|
||||
assert response.status == 200
|
||||
assert response.text == 'OK'
|
||||
assert response.url.endswith('/3')
|
||||
try:
|
||||
assert response.url.endswith('/3')
|
||||
except AttributeError:
|
||||
assert response.url.path.endswith('/3')
|
||||
|
||||
Reference in New Issue
Block a user