We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85ba541 commit 7c3fd0fCopy full SHA for 7c3fd0f
test/auth_oidc/test_auth_oidc.py
@@ -1021,7 +1021,7 @@ def fetch(self, _):
1021
1022
def test_4_4_speculative_authentication_should_be_ignored_on_reauthentication(self):
1023
# Create an OIDC configured client that can listen for `SaslStart` commands.
1024
- listener = OvertCommandListener()
+ listener = EventListener()
1025
client = self.create_client(event_listeners=[listener])
1026
1027
# Preload the *Client Cache* with a valid access token to enforce Speculative Authentication.
0 commit comments