From 8f516ea7a67ed121baea9efa8f4465135b9e84dd Mon Sep 17 00:00:00 2001 From: sethho Date: Fri, 2 Aug 2024 14:18:13 -0400 Subject: [PATCH] updating test to have empty command --- src/confcom/azext_confcom/tests/latest/test_confcom_image.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/confcom/azext_confcom/tests/latest/test_confcom_image.py b/src/confcom/azext_confcom/tests/latest/test_confcom_image.py index 72a40c9c8db..217383f2cbf 100644 --- a/src/confcom/azext_confcom/tests/latest/test_confcom_image.py +++ b/src/confcom/azext_confcom/tests/latest/test_confcom_image.py @@ -29,9 +29,7 @@ class PolicyGeneratingImage(unittest.TestCase): "environmentVariables": [ ], - "command": [ - "python3" - ], + "command": [], "workingDir": "" } ]