Skip to content

Commit

Permalink
removed useless print
Browse files Browse the repository at this point in the history
  • Loading branch information
outsbart committed Oct 30, 2015
1 parent 44e40ee commit 1e2a738
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion oauth2_provider/tests/test_token_view.py
Expand Up @@ -68,7 +68,6 @@ def test_list_view_two_tokens(self):

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

def test_list_view_shows_correct_user_token(self):
Expand Down

0 comments on commit 1e2a738

Please sign in to comment.