Update test.py

This commit is contained in:
Alexander Tokmakov 2022-06-27 15:44:20 +03:00 committed by GitHub
parent f63c959679
commit c4d815c60b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -278,7 +278,7 @@ def test_store_cleanup(started_cluster):
assert "300" in store
assert "456" in store
assert "kek" not in store # changed
assert "12" not in store # changed
assert "\n12\n" not in store # changed
assert "d---------" not in node1.exec_in_container(
["ls", "-l", f"{path_to_data}/store"]
) # changed