Skip to content

Commit

Permalink
caffeinehit#56 - Uncomment an assertion in scope tests. It was commen…
Browse files Browse the repository at this point in the history
…ted out whilst adding support for Django 1.6.
  • Loading branch information
eculver committed Mar 18, 2014
1 parent a7d7e0f commit 6b5bc0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/oauth2/tests.py
Expand Up @@ -154,7 +154,7 @@ def test_authorization_requires_a_valid_scope(self):
self.get_client().client_id,
constants.SCOPES[0][1]))
response = self.client.get(self.auth_url2())
# self.assertEqual(200, response.status_code)
self.assertEqual(200, response.status_code)

def test_authorization_is_not_granted(self):
self.login()
Expand Down

0 comments on commit 6b5bc0d

Please sign in to comment.