Skip to content

Commit f15ab8f

Browse files
Vonteddu ChaithraVonteddu Chaithra
authored andcommitted
Fixed run check issues
Signed-off-by: Vonteddu Chaithra <Vonteddu.Chaithra1@ibm.com>
1 parent ed33f3c commit f15ab8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zhmcclient/mock/_hmc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1843,7 +1843,7 @@ def add(self, properties):
18431843
'https://sso1.example.com/auth')
18441844
new_lsd.properties.setdefault('type', 'oidc')
18451845
new_lsd.properties.setdefault(
1846-
'logout-sso-session-on-reauthentication-failure', True
1846+
'logout-sso-session-on-reauthentication-failure', True
18471847
)
18481848
new_lsd.properties.setdefault('logout-url',
18491849
'https://sso1.example.com/logout')

0 commit comments

Comments
 (0)