Skip to content

Commit 8cadbbe

Browse files
committed
minor
1 parent f225219 commit 8cadbbe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ async def test_publish_event(
4949
monkeypatch: pytest.MonkeyPatch,
5050
handler: mock.Mock | mock.AsyncMock,
5151
):
52-
monkeypatch.setenv("DASK_SIDECAR_LOGLEVEL", "DEBUG")
5352
event_to_publish = TaskProgressEvent(
5453
job_id=job_id,
5554
msg="the log",

0 commit comments

Comments
 (0)