This commit is contained in:
JackyWoo 2022-10-22 22:47:03 +08:00
parent 39c88c74e8
commit 42e391a019

View File

@ -611,6 +611,6 @@ def test_cmd_snapshot(started_cluster):
assert create == "Snapshot creation scheduled."
check = send_4lw_cmd(cmd="snpd")
assert (check == "Yes" or check == "No")
assert check == "Yes" or check == "No"
finally:
destroy_zk_client(zk)