Skip to content

Commit

Permalink
chore: remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
arasHi87 committed Mar 14, 2023
1 parent 89f01c7 commit 3a4aec2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/tests/test_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

def _test_user_auth_success_assert(resp: Response, expected_resp: ResponseBody):
body = resp.json()
print(body)
payload: Dict[str, Any] = jwt.decode(
body["access_token"],
Config.SECRET_KEY,
Expand Down

0 comments on commit 3a4aec2

Please sign in to comment.