Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
Co-authored-by: Nuwan Goonasekera <[email protected]>
  • Loading branch information
nsoranzo and nuwang authored Mar 6, 2024
1 parent 0bad72a commit 11312a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/integration/oidc/test_auth_oidc.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,8 @@ def test_oidc_login_existing_user(self):
parsed_url = parse.urlparse(response.url)
provider = parse.parse_qs(parsed_url.query)["connect_external_provider"][0]
assert "keycloak" == provider

# user should not have been logged in
response = self._get("users/current")
assert "id" not in response.json()

Expand Down

0 comments on commit 11312a7

Please sign in to comment.