Skip to content

Commit

Permalink
Removed print
Browse files Browse the repository at this point in the history
  • Loading branch information
jcadam14 committed Feb 9, 2024
1 parent bab7794 commit 4d18ab4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_authentication.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,4 @@ def test_authed_endpoints(
},
)
assert res.status_code == 200
print(f"{res.json()}")
print(f"{email_json}")
assert res.json() == email_json

0 comments on commit 4d18ab4

Please sign in to comment.