We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2f15f7 commit 98efeb6Copy full SHA for 98efeb6
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 = EventListener()
+ listener = OvertCommandListener()
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