From a000b8d440f1f266b8a8dcf3c2d50124991f7cd0 Mon Sep 17 00:00:00 2001 From: Lohachov Mykhailo Date: Thu, 21 Nov 2024 00:14:01 +0900 Subject: [PATCH] chore: fmt Signed-off-by: Lohachov Mykhailo --- pytests/iroha_cli_tests/test/events/test_listen_events.py | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/pytests/iroha_cli_tests/test/events/test_listen_events.py b/pytests/iroha_cli_tests/test/events/test_listen_events.py index c82ce3d237..915f8069f6 100644 --- a/pytests/iroha_cli_tests/test/events/test_listen_events.py +++ b/pytests/iroha_cli_tests/test/events/test_listen_events.py @@ -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"))