Skip to content

Commit a333fa2

Browse files
committed
fix test
1 parent 58c1d2f commit a333fa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/auth_oidc/test_auth_oidc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1002,7 +1002,7 @@ def fetch(self, _):
10021002

10031003
def test_4_4_speculative_authentication_should_be_ignored_on_reauthentication(self):
10041004
# Create an OIDC configured client that can listen for `SaslStart` commands.
1005-
listener = OvertCommandListener()
1005+
listener = EventListener()
10061006
client = self.create_client(event_listeners=[listener])
10071007

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

0 commit comments

Comments
 (0)