Skip to content

Commit

Permalink
updating test to have empty command
Browse files Browse the repository at this point in the history
  • Loading branch information
SethHollandsworth committed Aug 2, 2024
1 parent d347e76 commit 8f516ea
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/confcom/azext_confcom/tests/latest/test_confcom_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ class PolicyGeneratingImage(unittest.TestCase):
"environmentVariables": [
],
"command": [
"python3"
],
"command": [],
"workingDir": ""
}
]
Expand Down

0 comments on commit 8f516ea

Please sign in to comment.