Skip to content

Commit 2799c9c

Browse files
committed
Remove MMFiles only options from replication dump test
1 parent 31d930d commit 2799c9c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/test_replication.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,7 @@ def test_replication_dump_methods(db, bad_db, col, docs, cluster):
4646
result = db.replication.dump(
4747
collection=col.name,
4848
batch_id=batch_id,
49-
lower=0,
50-
upper=1000000,
5149
chunk_size=0,
52-
include_system=True,
53-
ticks=0,
54-
flush=True,
5550
deserialize=True
5651
)
5752
assert 'content' in result

0 commit comments

Comments
 (0)