Skip to content

Commit 6612493

Browse files
committed
fix linting issues.
1 parent 5be3e02 commit 6612493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testsuite/tests/singlecluster/authorino/metadata/test_token_introspect.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def authorization(client_secret, authorization, keycloak):
2626
{
2727
"oauth2Introspection": {
2828
"endpoint": f"{keycloak.server_url}/realms/{keycloak.realm_name}/protocol/openid-connect/token/"
29-
f"introspect",
29+
f"introspect",
3030
"tokenTypeHint": "requesting_party_token",
3131
"credentialsRef": {"name": client_secret.name()},
3232
}

0 commit comments

Comments
 (0)