fix CI for poetry

This commit is contained in:
msramalho
2025-02-11 19:27:44 +00:00
parent 606e69587b
commit 5405b6e2f6
3 changed files with 14 additions and 13 deletions

View File

@@ -61,7 +61,6 @@ class Test_create_archive_task():
with pytest.raises(Exception) as e:
create_archive_task(self.archive.model_dump_json())
assert "UNABLE TO archive" in str(e)
mock_orchestrator.feed_item.assert_called_once()
def mock_orchestrator_choice(self, m_load):