Skip to content

Commit

Permalink
Update test/auth_oidc/test_auth_oidc.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jib <Jibzade@gmail.com>
  • Loading branch information
blink1073 and Jibola authored Feb 1, 2024
1 parent 23ae825 commit 2051aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/auth_oidc/test_auth_oidc.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ def fetch(self, *args, **kwargs):
client.close()

def test_4_3_reauthenticate_succeeds_after_refresh_fails(self):
# Create a default OIDC client.
# Create a client with a human callback that returns a valid token.
client = self.create_client()

# Perform a find operation that succeeds.
Expand Down

0 comments on commit 2051aad

Please sign in to comment.