Skip to content

Commit 031119a

Browse files
committed
revert change
1 parent 9b5f5d8 commit 031119a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/dask-sidecar/tests/unit/test_computational_sidecar_tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ async def subscribe_and_process(a_mock: mock.AsyncMock):
535535
_logger.warning("RabbitMQ worker thread did not terminate properly")
536536

537537

538-
async def test_run_computational_sidecar_real_fct(
538+
def test_run_computational_sidecar_real_fct(
539539
caplog_info_level: pytest.LogCaptureFixture,
540540
app_environment: EnvVarsDict,
541541
dask_subsystem_mock: dict[str, mock.Mock],

0 commit comments

Comments
 (0)