We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a805d9c commit 3d36bbbCopy full SHA for 3d36bbb
tests/test-mongoc-collection.c
@@ -4752,7 +4752,7 @@ test_create_index_fail (void *context)
4752
ASSERT_ERROR_CONTAINS (error,
4753
MONGOC_ERROR_SERVER_SELECTION,
4754
MONGOC_ERROR_SERVER_SELECTION_FAILURE,
4755
- "connection timeout");
+ "No suitable servers");
4756
4757
/* reply was initialized */
4758
ASSERT (bson_empty (&reply));
0 commit comments