fix: remove the plural from payloads_at_variable_rate

This commit is contained in:
Roman 2024-04-24 16:50:32 +08:00
parent 18d0bd3209
commit 776828c5a3
No known key found for this signature in database
GPG Key ID: B8FE070B54E11B75

View File

@ -45,7 +45,7 @@ class TestRelayRLN(StepsRLN):
except Exception as e:
assert "RLN validation failed" in str(e)
def test_publish_with_valid_payloads_at_variable_rate(self):
def test_publish_with_valid_payload_at_variable_rate(self):
self.setup_main_rln_relay_nodes()
self.subscribe_main_relay_nodes()
payload_desc = SAMPLE_INPUTS[0]["description"]