forked from TrueCloudLab/frostfs-testcases
Fix format of container name in assert.
This commit is contained in:
parent
c1e598e087
commit
11ff16452d
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ def test_container_creation(prepare_wallet_and_deposit, name):
|
|||
info_to_check = {'basic ACL: 1c8c8ccc (private)',
|
||||
f'owner ID: {json_wallet.get("accounts")[0].get("address")}'}
|
||||
if name:
|
||||
info_to_check.add(f'attribute: Name={name}')
|
||||
info_to_check.add(f'Name={name}')
|
||||
name = f' --name {name}'
|
||||
|
||||
cid = create_container(wallet, rule=placement_rule, options=name)
|
||||
|
|
Loading…
Reference in a new issue