Skip to content

Commit 31a4a82

Browse files
committed
fix test_command_fq for recent mongos
See SERVER-19810.
1 parent 57c9fe2 commit 31a4a82

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
@@ -1242,7 +1242,7 @@ test_command_fq (void)
12421242
ASSERT (client);
12431243

12441244
collection = mongoc_client_get_collection (client,
1245-
"test", "$cmd.sys.inprog");
1245+
"admin", "$cmd.sys.inprog");
12461246
ASSERT (collection);
12471247

12481248
cmd = BCON_NEW ("query", "{", "}");

0 commit comments

Comments
 (0)