Skip to content

Commit

Permalink
changed the auth provider
Browse files Browse the repository at this point in the history
  • Loading branch information
ZohebShaikh committed Dec 17, 2024
1 parent 72a10bb commit 24f5932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/system_tests/test_blueapi_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def test_cannot_access_endpoints(
@requires_auth
def test_can_get_oidc_config_without_auth(client_without_auth: BlueapiClient):
assert client_without_auth.get_oidc_config() == OIDCConfig(
well_known_url="https://example.com/realms/master/.well-known/openid-configuration",
well_known_url="https://authn.diamond.ac.uk/realms/master/.well-known/openid-configuration",
client_id="blueapi-cli",
)

Expand Down

0 comments on commit 24f5932

Please sign in to comment.