Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
disrupted committed Feb 27, 2024
1 parent 892ad0f commit cb11e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_oauth.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit cb11e37

Please sign in to comment.