Skip to content

Commit

Permalink
Update integration_tests/ibc_utils.py
Browse files Browse the repository at this point in the history
Signed-off-by: mmsqe <[email protected]>
  • Loading branch information
mmsqe authored Oct 25, 2024
1 parent 5a42afb commit 20d2b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/ibc_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def prepare_network(
wait_for_port(port)


def register_fee_payee(src_chain, dst_chain, port_id, channel_id):
def register_fee_payee(src_chain, dst_chain, port_id="transfer", channel_id="channel-0"):

Check failure on line 231 in integration_tests/ibc_utils.py

View workflow job for this annotation

GitHub Actions / Lint python

./integration_tests/ibc_utils.py:231:24: BLK100 Black would make changes.

Check failure on line 231 in integration_tests/ibc_utils.py

View workflow job for this annotation

GitHub Actions / Lint python

./integration_tests/ibc_utils.py:231:89: E501 line too long (89 > 88 characters)
rsp = dst_chain.register_counterparty_payee(
port_id,
channel_id,
Expand Down

0 comments on commit 20d2b28

Please sign in to comment.