summaryrefslogtreecommitdiff
path: root/service/test/integration
diff options
context:
space:
mode:
authorTulio Casagrande <tcasagra@thoughtworks.com>2017-02-20 16:15:29 -0300
committerTulio Casagrande <tcasagra@thoughtworks.com>2017-02-21 13:32:06 -0300
commit77916147760ffc6cea8242955a551ce75d8b29e4 (patch)
tree01544857e145dee76f1499c7d3969e6ac99cd7a6 /service/test/integration
parentfa21608801f8d2ef710d4c28abbb558883afeaf7 (diff)
[#907] Change auth-error url
with @anikarni
Diffstat (limited to 'service/test/integration')
-rw-r--r--service/test/integration/test_multi_user_login.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/test/integration/test_multi_user_login.py b/service/test/integration/test_multi_user_login.py
index b04a4e9e..04cceec3 100644
--- a/service/test/integration/test_multi_user_login.py
+++ b/service/test/integration/test_multi_user_login.py
@@ -50,4 +50,4 @@ class MultiUserLoginTest(MultiUserSoledadTestBase):
response, login_request = self.app_test_client.login('username', 'wrong_password')
yield response
self.assertEqual(302, login_request.responseCode)
- self.assertIn('/login?auth-error', login_request.uri)
+ self.assertIn('/login?auth-error', login_request.responseHeaders.getRawHeaders('location'))