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 58c1d2f commit a333fa2Copy full SHA for a333fa2
test/auth_oidc/test_auth_oidc.py
@@ -1002,7 +1002,7 @@ def fetch(self, _):
1002
1003
def test_4_4_speculative_authentication_should_be_ignored_on_reauthentication(self):
1004
# Create an OIDC configured client that can listen for `SaslStart` commands.
1005
- listener = OvertCommandListener()
+ listener = EventListener()
1006
client = self.create_client(event_listeners=[listener])
1007
1008
# Preload the *Client Cache* with a valid access token to enforce Speculative Authentication.
0 commit comments