Skip to content

Commit a5f5310

Browse files
authored
PHPC-2254: Relax server selection timeout error message pattern (#1587)
libmongoc 1.28 now includes the topology type in the server selection error message. This makes the expected error message consistent with other tests.
1 parent 835673e commit a5f5310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ocsp-failure.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ $m->executeCommand('admin', $ping);
2929
<?php exit(0); ?>
3030
--EXPECTF--
3131
OK: Got MongoDB\Driver\Exception\ConnectionTimeoutException
32-
No suitable servers found (`serverSelectionTryOnce` set): [%s calling %s on '%s:%d']
32+
No suitable servers found (`serverSelectionTryOnce` set): %s
3333
===DONE===

0 commit comments

Comments
 (0)