We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e95d16 commit d5459eeCopy full SHA for d5459ee
tests/integration/test_heartbeat_receiver.py
@@ -71,9 +71,9 @@ def read_queue(
71
try:
72
msg = output_queue.queue.get(timeout=1)
73
if msg:
74
- main_logger.info(f"Receiver output: Connected", True)
+ main_logger.info("Receiver output: Connected", True)
75
else:
76
- main_logger.info(f"Receiver output: Disconnected", True)
+ main_logger.info("Receiver output: Disconnected", True)
77
except queue.Empty:
78
continue
79
time.sleep(0.1)
0 commit comments