summaryrefslogtreecommitdiffstats
path: root/test/functional_auth/gswauth/test_gswauth.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional_auth/gswauth/test_gswauth.py')
-rw-r--r--test/functional_auth/gswauth/test_gswauth.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional_auth/gswauth/test_gswauth.py b/test/functional_auth/gswauth/test_gswauth.py
index 30ecfeb..3ee3f5d 100644
--- a/test/functional_auth/gswauth/test_gswauth.py
+++ b/test/functional_auth/gswauth/test_gswauth.py
@@ -159,7 +159,7 @@ class TestGSWauth(unittest.TestCase):
conn = http_connect(config['auth_host'], config['auth_port'], 'PUT',
path, headers)
resp = conn.getresponse()
- self.assertTrue(resp.status == 403)
+ self.assertTrue(resp.status == 401)
def test_change_user_password(self):
# check and register account
@@ -235,7 +235,7 @@ class TestGSWauth(unittest.TestCase):
conn = http_connect(config['auth_host'], config['auth_port'], 'PUT',
path, headers)
resp = conn.getresponse()
- self.assertTrue(resp.status == 403)
+ self.assertTrue(resp.status == 401)
finally:
try: