We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e37c6e commit a0819b7Copy full SHA for a0819b7
1 file changed
test/test_tanker.py
@@ -69,7 +69,7 @@ def read_test_config() -> Dict[str, Any]:
69
"clientSecret": assert_env("TANKER_OIDC_CLIENT_SECRET"),
70
"provider": assert_env("TANKER_OIDC_PROVIDER"),
71
"issuer": assert_env("TANKER_OIDC_ISSUER"),
72
- "fakeOidcIssuerUrl": assert_env("TANKER_FAKE_OIDC_URL") + "/issuer",
+ "fakeOidcIssuerUrl": assert_env("TANKER_FAKE_OIDC_URL") + "/issuers/main",
73
}
74
res["oidc"]["users"] = {
75
"martine": {
0 commit comments