diff --git a/swh/auth/tests/django/test_views.py b/swh/auth/tests/django/test_views.py --- a/swh/auth/tests/django/test_views.py +++ b/swh/auth/tests/django/test_views.py @@ -245,7 +245,6 @@ # should render an error page response = client.get(login_url) - print(response.content) assert response.status_code == 500 request = response.wsgi_request