From 7c3077ac975a057cc06341487fbd297a29bbbf2c Mon Sep 17 00:00:00 2001 From: Rafael Guterres Jeffman Date: Mon, 1 Jul 2024 14:20:41 +0000 Subject: [PATCH] FIXUP: Azure with pytest --- tests/azure/templates/playbook_fast.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/azure/templates/playbook_fast.yml b/tests/azure/templates/playbook_fast.yml index f51487cf63..72c158e8b6 100644 --- a/tests/azure/templates/playbook_fast.yml +++ b/tests/azure/templates/playbook_fast.yml @@ -52,7 +52,7 @@ jobs: displayName: Check scenario test configuration - script: | - utils/setup_test_container.sh -e podman -p ${{ parameters target_python }} -i ${{ parameters.scenario }} ${{ parameter.scenario }} + utils/setup_test_container.sh -e podman -p ${{ parameters.target_python }} -i ${{ parameters.scenario }} ${{ parameter.scenario }} displayName: Setup target container - script: |