fix: remove subscribe

This commit is contained in:
Roman 2024-02-01 18:15:14 +08:00
parent 5147a8a33d
commit 9995c75f20
No known key found for this signature in database
GPG Key ID: B8FE070B54E11B75

View File

@ -10,7 +10,7 @@ from src.node.waku_message import WakuMessage
logger = get_custom_logger(__name__)
@pytest.mark.usefixtures("setup_main_rln_relay_nodes", "subscribe_main_relay_nodes")
@pytest.mark.usefixtures("setup_main_rln_relay_nodes")
class TestRelayRLN(StepsRelay):
def test_rln_registration(self):
logger.debug(f"Running test to register RLN")