updates worker to use AA 1.0.0

This commit is contained in:
msramalho
2025-04-03 15:14:43 +01:00
parent 6c42d7b447
commit c49cec1b6c
2 changed files with 13 additions and 9 deletions

View File

@@ -119,7 +119,7 @@ class TestCreateSheetTask:
res = create_sheet_task(self.sheet.model_dump_json())
m_args.assert_called_once_with(
"interstellar", True, ["--gsheet_feeder.sheet_id", "123"]
"interstellar", True, ["--gsheet_feeder_db.sheet_id", "123"]
)
m_orchestrator.return_value.setup.assert_called_once()
m_orchestrator.return_value.feed.assert_called_once()