Skip to content
Snippets Groups Projects
Commit 9d9a0a33 authored by Antoine Lambert's avatar Antoine Lambert
Browse files

tests: Remove debug print

parent e5fd97a7
No related branches found
No related tags found
1 merge request!21django/backends: Improve error message when a bearer token expired
......@@ -245,7 +245,6 @@ def test_oidc_login_complete_wrong_code_verifier(client, keycloak_oidc):
# should render an error page
response = client.get(login_url)
print(response.content)
assert response.status_code == 500
request = response.wsgi_request
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment