From 4f076956ccbbb763e16a5ff3a435e5b9f60808f9 Mon Sep 17 00:00:00 2001 From: vitor-aignosi Date: Tue, 30 Dec 2025 09:00:52 -0300 Subject: [PATCH] SIENTIAPDE-1445 Update workflow_name in test_pi_web_api_scouter.py to reflect correct naming convention for clarity --- tests/workflow/test_pi_web_api_scouter.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/workflow/test_pi_web_api_scouter.py b/tests/workflow/test_pi_web_api_scouter.py index 4f7f381..c9fa59a 100644 --- a/tests/workflow/test_pi_web_api_scouter.py +++ b/tests/workflow/test_pi_web_api_scouter.py @@ -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', } }