Merge pull request #577 from seemethere/fix_tests_after_aiohttp_2
Hotfixes tests failing from URL object change
This commit is contained in:
commit
5b3f92b70f
|
@ -88,4 +88,4 @@ def test_chained_redirect(redirect_app):
|
|||
assert request.url.endswith('/1')
|
||||
assert response.status == 200
|
||||
assert response.text == 'OK'
|
||||
assert response.url.endswith('/3')
|
||||
assert response.url.path.endswith('/3')
|
||||
|
|
Loading…
Reference in New Issue
Block a user