Merge pull request #577 from seemethere/fix_tests_after_aiohttp_2

Hotfixes tests failing from URL object change
This commit is contained in:
Eli Uriegas 2017-03-23 13:56:16 -05:00 committed by GitHub
commit 5b3f92b70f

View File

@ -88,4 +88,4 @@ def test_chained_redirect(redirect_app):
assert request.url.endswith('/1') assert request.url.endswith('/1')
assert response.status == 200 assert response.status == 200
assert response.text == 'OK' assert response.text == 'OK'
assert response.url.endswith('/3') assert response.url.path.endswith('/3')