Skip to content

Commit 3d36bbb

Browse files
committed
CDRIVER-2007 fix create_index/fail test
1 parent a805d9c commit 3d36bbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test-mongoc-collection.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4752,7 +4752,7 @@ test_create_index_fail (void *context)
47524752
ASSERT_ERROR_CONTAINS (error,
47534753
MONGOC_ERROR_SERVER_SELECTION,
47544754
MONGOC_ERROR_SERVER_SELECTION_FAILURE,
4755-
"connection timeout");
4755+
"No suitable servers");
47564756

47574757
/* reply was initialized */
47584758
ASSERT (bson_empty (&reply));

0 commit comments

Comments
 (0)