Skip to content

Commit 88f5d01

Browse files
committed
removed useless print
1 parent 91d12c6 commit 88f5d01

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

oauth2_provider/tests/test_token_view.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ def test_list_view_two_tokens(self):
8181

8282
response = self.client.get(reverse('oauth2_provider:authorized-token-list'))
8383
self.assertEqual(response.status_code, 200)
84-
print(response.content.decode())
8584
self.assertNotIn(b'There are no authorized tokens yet.', response.content)
8685

8786
def test_list_view_shows_correct_user_token(self):

0 commit comments

Comments
 (0)