Fix expected info as formatting has been changed in CLI.

This commit is contained in:
Vladimir Domnich 2022-07-26 11:16:29 +03:00
parent 5ca51d4672
commit 95031b3ddc

View file

@ -21,7 +21,7 @@ def test_container_creation(prepare_wallet_and_deposit, name):
json_wallet = json.load(fp) json_wallet = json.load(fp)
placement_rule = 'REP 2 IN X CBF 1 SELECT 2 FROM * AS X' placement_rule = 'REP 2 IN X CBF 1 SELECT 2 FROM * AS X'
info_to_check = {'basic ACL: 0x1c8c8ccc (private)', info_to_check = {'basic ACL: 1c8c8ccc (private)',
f'owner ID: {json_wallet.get("accounts")[0].get("address")}'} f'owner ID: {json_wallet.get("accounts")[0].get("address")}'}
if name: if name:
info_to_check.add(f'attribute: Name={name}') info_to_check.add(f'attribute: Name={name}')