From 08a3d014135fffacb81a62b051451f32b693c75e Mon Sep 17 00:00:00 2001 From: fbarbu15 Date: Fri, 17 Nov 2023 18:14:41 +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 32927038..2f893a23 100644 --- a/tests/relay/test_publish.py +++ b/tests/relay/test_publish.py @@ -12,7 +12,7 @@ logger = get_custom_logger(__name__) @pytest.mark.usefixtures("setup_main_relay_nodes", "subscribe_main_relay_nodes") class TestRelayPublish(StepsRelay): @pytest.fixture(scope="function", autouse=True) - def relay_warm_up(self): + def relay_warm_up(self, subscribe_main_relay_nodes): try: self.wait_for_published_message_to_reach_peer() logger.info("WARM UP successful for the main nodes!!")