From 786a79bfd23c249d3b34d283b9634d63fda9861d Mon Sep 17 00:00:00 2001 From: Roman Date: Fri, 26 Apr 2024 16:35:31 +0800 Subject: [PATCH] fix: comment for lightpush --- tests/relay/test_rln.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/relay/test_rln.py b/tests/relay/test_rln.py index 7652c0b1..e8c328a0 100644 --- a/tests/relay/test_rln.py +++ b/tests/relay/test_rln.py @@ -171,7 +171,7 @@ class TestRelayRLN(StepsRLN, StepsRelay): delay(n1_epoch_sec) assert not failed_payloads, f"Payloads failed: {failed_payloads}" - @pytest.mark.skip(reason="Lightpush node is not adding RLN proofs yet - TBT with Gowaku") + @pytest.mark.skip(reason="NWAKU lightpush node not adding RLN proofs yet - TBT with Gowaku") def test_valid_payloads_lightpush_at_spam_rate(self): self.setup_first_rln_relay_node(lightpush="true") self.setup_second_lightpush_node()