feat: new integration tests for robot, making sure to get 100% code coverage

ref: N25B-256
This commit is contained in:
Björn Otgaar
2025-11-06 14:42:02 +01:00
parent 00d3e893f4
commit 6cc03efdaf
2 changed files with 96 additions and 2 deletions

View File

@@ -41,7 +41,6 @@ async def ping_stream(request: Request):
# Set up internal socket to receive ping updates
logger.debug("Ping stream router event stream entered.")
# TODO: Check with Kasper
sub_socket = Context.instance().socket(zmq.SUB)
sub_socket.connect(settings.zmq_settings.internal_sub_address)
sub_socket.setsockopt(zmq.SUBSCRIBE, b"ping")