Commit 06303704 by Ricardo Kirkner

fixes per code review

parent 1fb46153
......@@ -77,8 +77,8 @@ class OpenIDBackendTests(TestCase):
}
response = self.make_response_sreg(**data)
data = self.backend._extract_user_details(response)
self.assertEqual(data, expected)
details = self.backend._extract_user_details(response)
self.assertEqual(details, expected)
def make_fake_openid_endpoint(self, claimed_id=None):
endpoint = OpenIDServiceEndpoint()
......
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