From f05f5d6ce9d85c08715d786b744dc285e6d6217f Mon Sep 17 00:00:00 2001 From: fbarbu15 Date: Fri, 17 Nov 2023 18:07:06 +0200 Subject: [PATCH] fix warm up --- tests/relay/test_publish.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/relay/test_publish.py b/tests/relay/test_publish.py index 381bb008..32927038 100644 --- a/tests/relay/test_publish.py +++ b/tests/relay/test_publish.py @@ -11,7 +11,7 @@ logger = get_custom_logger(__name__) @pytest.mark.usefixtures("setup_main_relay_nodes", "subscribe_main_relay_nodes") class TestRelayPublish(StepsRelay): - @pytest.fixture(scope="function") + @pytest.fixture(scope="function", autouse=True) def relay_warm_up(self): try: self.wait_for_published_message_to_reach_peer()