Skip to content

Commit

Permalink
test: add --prefer-racks to backup test args
Browse files Browse the repository at this point in the history
  • Loading branch information
dwelch-spike committed Jan 19, 2024
1 parent d87d392 commit 2fd1ef0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/test_value.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def test_string_value():
lambda context: put_values(lib.SET, "key", STRING_VALUES),
None,
lambda context: check_values(lib.SET, "key", STRING_VALUES),
restore_opts= ["--prefer-racks", "0"]
backup_opts= ["--prefer-racks", "0"]
)

def test_blob_value():
Expand All @@ -94,7 +94,7 @@ def test_blob_value():
lambda context: put_values(lib.SET, "key", BLOB_VALUES),
None,
lambda context: check_values(lib.SET, "key", BLOB_VALUES),
restore_opts= ["--prefer-racks", "0,2,3"]
backup_opts= ["--prefer-racks", "0,2,3"]
)

def test_blob_value_compact():
Expand Down

0 comments on commit 2fd1ef0

Please sign in to comment.