Skip to content

Commit 64dd616

Browse files
committed
Fix unit test
1 parent 38238c1 commit 64dd616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test___main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ async def test_recipe_worker_timeout_logged(tmp_path: Path) -> None:
395395
results = await _recipe_worker(queue, mock_settings, MagicMock())
396396

397397
assert results == {}
398-
mock_logger.exception.assert_called()
398+
mock_logger.error.assert_called()
399399

400400

401401
@pytest.mark.asyncio

0 commit comments

Comments
 (0)