Remove pdb.

This commit is contained in:
Ignacio Fiorentino 2016-04-07 16:36:42 -03:00
parent e495d6c41d
commit 559f90c5a6

View file

@ -451,7 +451,6 @@ class TokenTestCase(TestCase):
Test Proof Key for Code Exchange by OAuth Public Clients.
https://tools.ietf.org/html/rfc7636
"""
import pdb;pdb.set_trace()
code = create_code(user=self.user, client=self.client,
scope=['openid', 'email'], nonce=FAKE_NONCE, is_authentication=True,
code_challenge=FAKE_CODE_CHALLENGE, code_challenge_method='S256')