SIENTIAPDE-1445

Update workflow_name in test_pi_web_api_scouter.py to reflect correct naming convention for clarity
This commit is contained in:
vitor-aignosi
2025-12-30 09:00:52 -03:00
parent b17eaf972c
commit 4f076956cc

View File

@@ -40,7 +40,7 @@ async def test_pi_web_api_scouter_workflow(mock_workflow, pi_web_api_scouter):
'model_id': 'test_model_id', 'model_id': 'test_model_id',
'model_name': 'test_model', 'model_name': 'test_model',
'schedule_name': 'test_schedule', 'schedule_name': 'test_schedule',
'workflow_name': 'scouter', 'workflow_name': 'pi_web_api_scouter',
} }
} }
@@ -70,7 +70,7 @@ async def test_pi_web_api_scouter_workflow(mock_workflow, pi_web_api_scouter):
'schema': 'test_schema', 'schema': 'test_schema',
'table_name': 'test_table', 'table_name': 'test_table',
'retention_time': 3600, 'retention_time': 3600,
'workflow_name': 'scouter', 'workflow_name': 'pi_web_api_scouter',
'data': 'test_data', 'data': 'test_data',
'metadata': expected_metadata, 'metadata': expected_metadata,
'pi_web_api_query': { 'pi_web_api_query': {
@@ -112,7 +112,7 @@ async def test_pi_web_api_scouter_workflow_empty(mock_workflow, pi_web_api_scout
'model_id': 'test_model_id', 'model_id': 'test_model_id',
'model_name': 'test_model', 'model_name': 'test_model',
'schedule_name': 'test_schedule', 'schedule_name': 'test_schedule',
'workflow_name': 'scouter', 'workflow_name': 'pi_web_api_scouter',
} }
} }