mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-10 01:43:07 +00:00
small fix
This commit is contained in:
parent
715ca0c40c
commit
f5dcdd70a7
@ -9,7 +9,7 @@ logger = get_custom_logger(__name__)
|
||||
@pytest.mark.usefixtures("setup_main_relay_nodes")
|
||||
class TestRelaySubscribe(StepsRelay):
|
||||
def test_no_subscription(self):
|
||||
self.check_publish_without_subscription()
|
||||
self.check_publish_without_subscription(self.test_pubsub_topic)
|
||||
|
||||
def test_subscribe_to_single_pubsub_topic(self):
|
||||
self.ensure_subscriptions_on_nodes(self.main_nodes, [self.test_pubsub_topic])
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user