diff --git a/tests/test_oauth.py b/tests/test_oauth.py index 0147437..18d6695 100644 --- a/tests/test_oauth.py +++ b/tests/test_oauth.py @@ -72,7 +72,7 @@ def test_login_redirect(self, client: TestClient, keycloak: KeycloakAdmin): assert redirect_uri.hostname == client.base_url.host assert redirect_uri.path == "/auth/callback" - # call Keycloak + # open Keycloak login page response = httpx.get(response.url) assert response.status_code == status.HTTP_200_OK