Skip to content

Commit 4a2b5e7

Browse files
Vonteddu ChaithraVonteddu Chaithra
authored andcommitted
Fixed issues
Signed-off-by: Vonteddu Chaithra <Vonteddu.Chaithra1@ibm.com>
1 parent 4e377c0 commit 4a2b5e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/zhmcclient/test_sso_server_definition.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def add_sso_srv_def(self, name):
7474
],
7575
"authentication-url": "https://sso1.example.com/auth",
7676
"client-id": "sso1-123456",
77-
"element-uri": "/api/console/sso-server-definitions/{name}",
77+
"element-uri": f"/api/console/sso-server-definitions/{name}",
7878
"issuer-url": "https://sso1.example.com/issuer",
7979
"jwks-url": "https://sso1.example.com/jwks",
8080
"logout-sso-session-on-reauthentication-failure": True,

0 commit comments

Comments
 (0)