Remove pdb.
This commit is contained in:
parent
e495d6c41d
commit
559f90c5a6
1 changed files with 0 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue