Skip to content

Commit 36af338

Browse files
committed
fix test
1 parent fdd572d commit 36af338

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
@@ -1089,7 +1089,7 @@ def test_4_5_reauthentication_succeeds_when_a_session_is_involved(self):
10891089
# Start a new session.
10901090
with client.start_session() as session:
10911091
# In the started session perform a `find` operation that succeeds.
1092-
client.test.test.find({}, session=session)
1092+
client.test.test.find_one({}, session=session)
10931093

10941094
# Assert that the callback was called 2 times (once during the connection handshake, and again during reauthentication).
10951095
self.assertEqual(self.request_called, 2)

0 commit comments

Comments
 (0)