Skip to content

Commit 53efd56

Browse files
committed
update subscribe topic
1 parent 08f4b78 commit 53efd56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-integration/IntegrationTests/IntegrationTestConfigurablePublishMessageQueueing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def _runtime(self):
172172
print("Type: " + str(type(e)))
173173
print("Message: " + str(e.message))
174174
time.sleep(2.2)
175-
print("Thread B: Subscribed to self._topic.")
175+
print("Thread B: Subscribed to " + self._topic)
176176
print("Thread B: Now wait for Thread A.")
177177
# Scanning rate is 100 TPS
178178
while self._keepRunning:

0 commit comments

Comments
 (0)