SIENTIAPDE-1445
Update workflow_name in test_pi_web_api_scouter.py to reflect correct naming convention for clarity
This commit is contained in:
@@ -40,7 +40,7 @@ async def test_pi_web_api_scouter_workflow(mock_workflow, pi_web_api_scouter):
|
||||
'model_id': 'test_model_id',
|
||||
'model_name': 'test_model',
|
||||
'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',
|
||||
'table_name': 'test_table',
|
||||
'retention_time': 3600,
|
||||
'workflow_name': 'scouter',
|
||||
'workflow_name': 'pi_web_api_scouter',
|
||||
'data': 'test_data',
|
||||
'metadata': expected_metadata,
|
||||
'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_name': 'test_model',
|
||||
'schedule_name': 'test_schedule',
|
||||
'workflow_name': 'scouter',
|
||||
'workflow_name': 'pi_web_api_scouter',
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user