mirror of
https://github.com/ManiMatter/decluttarr.git
synced 2026-04-17 21:53:58 +02:00
fix: failing test after log update
This commit is contained in:
@@ -154,7 +154,7 @@ async def test_remove_completed_skipped_for_sabnzbd():
|
||||
result = await job.run()
|
||||
assert result == 0
|
||||
mock_log.assert_called_with(
|
||||
"Skipping job 'remove_completed' for Usenet client mock_client_name.",
|
||||
"remove_completed.py/run: Skipping job 'remove_completed' for unsupported client mock_client_name.",
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user