forked from TrueCloudLab/frostfs-testcases
renamed wallet creation function
Signed-off-by: anastasia prasolova <anastasia@nspcc.ru>
This commit is contained in:
parent
34d282cf5a
commit
d396118085
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ def get_file_hash(filename: str):
|
|||
|
||||
@keyword('Generate Wallet')
|
||||
def generate_wallet():
|
||||
return wallet.init_wallet_w_addr(ASSETS_DIR)
|
||||
return wallet.init_wallet(ASSETS_DIR)
|
||||
|
||||
|
||||
# TODO: should be deleted in the scope
|
||||
|
|
Loading…
Reference in a new issue