diff --git a/test/integration/test_value.py b/test/integration/test_value.py index 655aeb6..28a1296 100644 --- a/test/integration/test_value.py +++ b/test/integration/test_value.py @@ -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(): @@ -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():