Commit be751247 by Michael Hall

Fix syntax error from merge

parent 2af85d40
......@@ -839,7 +839,7 @@ class RelyingPartyTests(TestCase):
self.assertContains(response,
"The username (someuser) with which you tried to log in is "
"already in use for a different account.",
status_code=403) status_code=403)
status_code=403)
def test_strict_username_duplicate_user_override(self):
settings.OPENID_CREATE_USERS = True
......
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