Skip to content

Commit

Permalink
chang dev with prod
Browse files Browse the repository at this point in the history
  • Loading branch information
haitham911 committed Jan 5, 2025
1 parent 338d859 commit 6735525
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/cli_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,10 @@ func TestCLITerraformClean(t *testing.T) {
t.Fatalf("Failed to run terraform apply station -s dev: %v", stderr.String())
return
}
cmd = exec.Command(binaryPath, "terraform", "apply", "station", "-s", "dev")
cmd = exec.Command(binaryPath, "terraform", "apply", "station", "-s", "prod")
envVars = append(envVars, "ATMOS_COMPONENTS_TERRAFORM_APPLY_AUTO_APPROVE=true")
cmd.Env = envVars

err = cmd.Run()
if err != nil {
t.Log(stdout.String())
Expand Down

0 comments on commit 6735525

Please sign in to comment.