We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f1eb76 commit 5ee1096Copy full SHA for 5ee1096
1 file changed
test/integration/node-specific/abort_signal.test.ts
@@ -631,7 +631,7 @@ describe('AbortSignal support', () => {
631
mongodbLogComponentSeverities: { serverSelection: 'debug' },
632
mongodbLogPath: {
633
write: log => {
634
- if (log.c === 'serverSelection' && log.operation === 'ping') {
+ if (log.c === 'serverSelection' && log.operation === 'handshake') {
635
controller.abort();
636
promise.resolve();
637
}
@@ -676,7 +676,7 @@ describe('AbortSignal support', () => {
676
677
678
679
680
681
682
0 commit comments