From 53efd56e004efd6ad05dc65d620fb38cbb398ab8 Mon Sep 17 00:00:00 2001 From: Vera Xia Date: Thu, 7 Apr 2022 10:24:19 -0700 Subject: [PATCH] update subscribe topic --- .../IntegrationTestConfigurablePublishMessageQueueing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-integration/IntegrationTests/IntegrationTestConfigurablePublishMessageQueueing.py b/test-integration/IntegrationTests/IntegrationTestConfigurablePublishMessageQueueing.py index 32f4514..705df53 100644 --- a/test-integration/IntegrationTests/IntegrationTestConfigurablePublishMessageQueueing.py +++ b/test-integration/IntegrationTests/IntegrationTestConfigurablePublishMessageQueueing.py @@ -172,7 +172,7 @@ def _runtime(self): print("Type: " + str(type(e))) print("Message: " + str(e.message)) time.sleep(2.2) - print("Thread B: Subscribed to self._topic.") + print("Thread B: Subscribed to " + self._topic) print("Thread B: Now wait for Thread A.") # Scanning rate is 100 TPS while self._keepRunning: