From 92ee17e43ac0d4249405006df8b73f944b7811ec Mon Sep 17 00:00:00 2001 From: Lucas Pavanelli Date: Tue, 2 Jul 2024 21:59:18 +0000 Subject: [PATCH] Fix pipeline functional test --- tests/functional/pipelines/run_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/pipelines/run_test.py b/tests/functional/pipelines/run_test.py index e8bc4d9c..25fadaf4 100644 --- a/tests/functional/pipelines/run_test.py +++ b/tests/functional/pipelines/run_test.py @@ -224,7 +224,7 @@ def test_run_router(input_data: str, output_data: str, version: str): @pytest.mark.parametrize( - "input_data,output_data", + "input_data,output_data,version", [ ("I love it.", "PositiveOutput", "2.0"), ("I hate it.", "NegativeOutput", "2.0"),