Skip to content

Commit 5e7e518

Browse files
DaveRandomderickr
authored andcommitted
Don't check for specific error string in test
1 parent 9afcf4a commit 5e7e518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/manager/manager-executeCommand_error-003.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ echo throws(function() use($manager, $command) {
1717
<?php exit(0); ?>
1818
--EXPECTF--
1919
OK: Got MongoDB\Driver\Exception\ConnectionTimeoutException
20-
No suitable servers found (`serverSelectionTryOnce` set): [connection refused calling ismaster on '%s']
20+
No suitable servers found (`serverSelectionTryOnce` set): %s
2121
===DONE===

0 commit comments

Comments
 (0)