Skip to content

Commit ca623c1

Browse files
committed
fix test_command_fq for recent mongos
See SERVER-19810.
1 parent cb5cb0d commit ca623c1

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
@@ -1632,7 +1632,7 @@ test_command_fq (void)
16321632
ASSERT (client);
16331633

16341634
collection = mongoc_client_get_collection (client,
1635-
"test", "$cmd.sys.inprog");
1635+
"admin", "$cmd.sys.inprog");
16361636
ASSERT (collection);
16371637

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

0 commit comments

Comments
 (0)