forked from TrueCloudLab/frostfs-testlib
Correct param name for skip in querry
Signed-off-by: Andrey Berezin <a.berezin@yadro.com>
This commit is contained in:
parent
863a1075cd
commit
c8e527e9ec
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ class NeoGoQuery(CliCommand):
|
||||||
**{
|
**{
|
||||||
param: param_value
|
param: param_value
|
||||||
for param, param_value in locals().items()
|
for param, param_value in locals().items()
|
||||||
if param not in ["self", "hash"]
|
if param not in ["self", "tx_hash"]
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue