Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
jefer94 committed Sep 11, 2024
1 parent 3021af3 commit f298038
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion breathecode/authenticate/tests/urls/tests_google_token.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ def test_invalid_token(database: capy.Database, client: capy.Client, token: Any)
url = reverse_lazy("authenticate:google_token", kwargs={"token": key}) + "?url=https://4geeks.com"
response = client.get(url, format="json")

print(response.content)
json = response.json()
expected = {"detail": "invalid-token", "status_code": 403}

Expand Down

0 comments on commit f298038

Please sign in to comment.