Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
DomAyre committed Jan 9, 2025
1 parent edb7d8e commit 2a09742
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/ccf/az-cleanroom-aci/orchestrator/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ def get_network_health():
[
"az", "cleanroom", "ccf", "network", "show-health",
"--name", os.getenv("DEPLOYMENT_NAME"),
"--provider-client", f"{os.getenv("DEPLOYMENT_NAME")}-provider",
"--provider-config", f"{os.getenv("WORKSPACE")}/providerConfig.json",
"--provider-client", f'{os.getenv("DEPLOYMENT_NAME")}-provider',
"--provider-config", f'{os.getenv("WORKSPACE")}/providerConfig.json',
],
check=True,
stdout=subprocess.PIPE,
Expand Down

0 comments on commit 2a09742

Please sign in to comment.