SIENTIAPDE-1314

SIENTIAPDE-1314: Update workflow name from 'sub_core_scouter' to 'subworkflow.core_scouter' in scouter.py and core_scouter.py, and adjust test references accordingly in test_scouter.py for consistency.
This commit is contained in:
vitor-aignosi
2025-10-27 10:16:57 -03:00
parent 6af45c7476
commit 5dc2971d8c
3 changed files with 3 additions and 3 deletions

View File

@@ -75,7 +75,7 @@ async def test_scouter_workflow(mock_workflow, scouter):
)
mock_workflow.execute_child_workflow.assert_called_once_with(
'sub_core_scouter',
'subworkflow.core_scouter',
{
'metadata': expected_metadata,
'topic': 'test_topic',