Skip to content

Commit

Permalink
fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed Jun 8, 2022
1 parent d8dddb4 commit 5472d3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions integration_tests/cosmoscli.py
Original file line number Diff line number Diff line change
Expand Up @@ -1062,7 +1062,7 @@ def ica_register_account(self, connid, **kwargs):
return json.loads(
self.raw(
"tx",
"icaauth",
"icactl",
"register-account",
connid,
"-y",
Expand All @@ -1080,7 +1080,7 @@ def ica_submit_tx(self, connid, tx, **kwargs):
return json.loads(
self.raw(
"tx",
"icaauth",
"icactl",
"submit-tx",
connid,
tx,
Expand All @@ -1097,7 +1097,7 @@ def ica_query_account(self, connid, owner, **kwargs):
return json.loads(
self.raw(
"q",
"icaauth",
"icactl",
"interchain-account-address",
connid,
owner,
Expand Down

0 comments on commit 5472d3a

Please sign in to comment.