From c8e527e9ecbbff5bb34fc61c15edbab597d51eb1 Mon Sep 17 00:00:00 2001 From: Andrey Berezin Date: Mon, 15 May 2023 17:07:17 +0300 Subject: [PATCH] Correct param name for skip in querry Signed-off-by: Andrey Berezin --- src/frostfs_testlib/cli/neogo/query.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frostfs_testlib/cli/neogo/query.py b/src/frostfs_testlib/cli/neogo/query.py index 6627790..1422daf 100644 --- a/src/frostfs_testlib/cli/neogo/query.py +++ b/src/frostfs_testlib/cli/neogo/query.py @@ -76,7 +76,7 @@ class NeoGoQuery(CliCommand): **{ param: param_value for param, param_value in locals().items() - if param not in ["self", "hash"] + if param not in ["self", "tx_hash"] }, )