removed debug stuff

parent c48a5037
...@@ -296,11 +296,7 @@ class RelyingPartyTests(TestCase): ...@@ -296,11 +296,7 @@ class RelyingPartyTests(TestCase):
'teamname') 'teamname')
openid_response.addExtension(teams_response) openid_response.addExtension(teams_response)
response = self.complete(openid_response) response = self.complete(openid_response)
try: self.assertRedirects(response, 'http://testserver/getuser')
self.assertRedirects(response, 'http://testserver/getuser')
except:
print '***', response.content
raise
# And they are now logged in as testuser # And they are now logged in as testuser
response = self.client.get('/getuser') response = self.client.get('/getuser')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment