SIENTIAPDE-1005

Unit test fixes
This commit is contained in:
vitor-aignosi
2025-05-19 15:52:39 -03:00
parent 03d62cb5f9
commit cefb5e48ff
4 changed files with 17 additions and 9 deletions

View File

@@ -30,7 +30,9 @@ async def test_scouter_workflow(mock_workflow, scouter):
'schedule_name': 'test_schedule',
'model_name': 'test_model',
'model_id': 'test_model_id'
}
},
retry_policy=ANY,
start_to_close_timeout=ANY
)
mock_workflow.execute_activity_method.assert_called_once_with(
@@ -75,7 +77,9 @@ async def test_scouter_workflow_empty(mock_workflow, scouter):
'schedule_name': 'test_schedule',
'model_name': 'test_model',
'model_id': 'test_model_id'
}
},
retry_policy=ANY,
start_to_close_timeout=ANY
)
mock_workflow.execute_activity_method.assert_called_once_with(