Skip to content

Fix websocket test suite

Marcos Huck requested to merge fix/websocket_test_suite into develop

Related tasks

Context

The worker refactor changed how simulation statuses were changed. This affected some tests related to websockets that depended on having a running simulation.

Change

This MR introduces a new test helper function that sets simulation status to running.

Other information

The ServiceAdaptor created has been exposed in order to have access through the test suite.

Additional documentation

Merge request reports