Skip to content

Commit 98efeb6

Browse files
committed
Revert "fix test"
This reverts commit 7c3fd0f.
1 parent c2f15f7 commit 98efeb6

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
@@ -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 = EventListener()
1024+
listener = OvertCommandListener()
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)