diff --git a/provider/oauth2/tests.py b/provider/oauth2/tests.py index b7931af..53de8af 100644 --- a/provider/oauth2/tests.py +++ b/provider/oauth2/tests.py @@ -154,7 +154,7 @@ class AuthorizationTest(BaseOAuth2TestCase): 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()