We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91d12c6 commit 88f5d01Copy full SHA for 88f5d01
oauth2_provider/tests/test_token_view.py
@@ -81,7 +81,6 @@ def test_list_view_two_tokens(self):
81
82
response = self.client.get(reverse('oauth2_provider:authorized-token-list'))
83
self.assertEqual(response.status_code, 200)
84
- print(response.content.decode())
85
self.assertNotIn(b'There are no authorized tokens yet.', response.content)
86
87
def test_list_view_shows_correct_user_token(self):
0 commit comments