Skip to content

Commit 7c3fd0f

Browse files
committed
fix test
1 parent 85ba541 commit 7c3fd0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/auth_oidc/test_auth_oidc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1021,7 +1021,7 @@ def fetch(self, _):
10211021

10221022
def test_4_4_speculative_authentication_should_be_ignored_on_reauthentication(self):
10231023
# Create an OIDC configured client that can listen for `SaslStart` commands.
1024-
listener = OvertCommandListener()
1024+
listener = EventListener()
10251025
client = self.create_client(event_listeners=[listener])
10261026

10271027
# Preload the *Client Cache* with a valid access token to enforce Speculative Authentication.

0 commit comments

Comments
 (0)