diff --git a/source/client-side-operations-timeout/tests/close-cursors.json b/source/client-side-operations-timeout/tests/close-cursors.json index 8cd7d4450d..a8b2d724fa 100644 --- a/source/client-side-operations-timeout/tests/close-cursors.json +++ b/source/client-side-operations-timeout/tests/close-cursors.json @@ -215,7 +215,7 @@ { "commandStartedEvent": { "command": { - "killCursors": "collection", + "killCursors": "coll", "maxTimeMS": { "$$type": [ "int", diff --git a/source/client-side-operations-timeout/tests/close-cursors.yml b/source/client-side-operations-timeout/tests/close-cursors.yml index 1f20bc0ae1..c4c4ea0acd 100644 --- a/source/client-side-operations-timeout/tests/close-cursors.yml +++ b/source/client-side-operations-timeout/tests/close-cursors.yml @@ -120,7 +120,7 @@ tests: commandName: find - commandStartedEvent: command: - killCursors: *collection + killCursors: *collectionName maxTimeMS: { $$type: ["int", "long"] } commandName: killCursors - commandSucceededEvent: