Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Lohachov Mykhailo <[email protected]>
  • Loading branch information
aoyako committed Nov 20, 2024
1 parent f49d375 commit a000b8d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pytests/iroha_cli_tests/test/events/test_listen_events.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ def test_stream_data_events_timeouts(GIVEN_currently_authorized_account):
with allure.step(
f"WHEN {GIVEN_currently_authorized_account} streams block-pipeline events with timeout "
):
iroha_cli.execute(
f"events data --timeout 1s"
)
iroha_cli.execute(f"events data --timeout 1s")

iroha_cli.should(
have.error("Timeout period has expired.\n")
)
iroha_cli.should(have.error("Timeout period has expired.\n"))

0 comments on commit a000b8d

Please sign in to comment.