diff --git a/terraso_backend/tests/auth/test_access_tokens.py b/terraso_backend/tests/auth/test_access_tokens.py index 3e1967065..f93b2f97a 100644 --- a/terraso_backend/tests/auth/test_access_tokens.py +++ b/terraso_backend/tests/auth/test_access_tokens.py @@ -83,5 +83,4 @@ def test_test_access_token_valid(token_client_query, user, test_access_token): def test_access_token_invalid(token_client_query, user, invalid_access_token): response = execute_query(token_client_query, user, invalid_access_token) - print(response) assert response["error"] == "Unauthorized request"