Skip to content

Commit

Permalink
Remove unncessary prints
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaweedbrainCY committed Nov 17, 2024
1 parent e25846a commit 340ef79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/tests/unit/test_logout.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ def test_logout(self):
with self.flask_application.app.app_context():
self.client.cookies = {"api-key": self.jwt_token}
response = self.client.put(self.endpoint)
print(response.json())
self.assertEqual(response.status_code, 200)
self.assertIsNotNone(RefreshTokenRepo().get_refresh_token_by_jti(self.jti).revoke_timestamp)

Expand Down

0 comments on commit 340ef79

Please sign in to comment.