Skip to content

Commit 1e4d145

Browse files
[autofix.ci] apply automated fixes
1 parent 07a7e01 commit 1e4d145

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

cmd/terraform_generate_backend_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111

1212
func TestTerraformGenerateBackendCmd(t *testing.T) {
1313
skipIfTerraformNotInstalled(t)
14-
14+
1515
stacksPath := "../tests/fixtures/scenarios/stack-templates"
1616

1717
err := os.Setenv("ATMOS_CLI_CONFIG_PATH", stacksPath)

cmd/terraform_generate_varfile_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111

1212
func TestTerraformGenerateVarfileCmd(t *testing.T) {
1313
skipIfTerraformNotInstalled(t)
14-
14+
1515
stacksPath := "../tests/fixtures/scenarios/stack-templates"
1616

1717
err := os.Setenv("ATMOS_CLI_CONFIG_PATH", stacksPath)

cmd/terraform_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212

1313
func TestTerraformRun1(t *testing.T) {
1414
skipIfTerraformNotInstalled(t)
15-
15+
1616
if os.Getenv("TEST_EXIT") == "1" {
1717
stacksPath := "../tests/fixtures/scenarios/stack-templates-2"
1818

@@ -51,7 +51,7 @@ func TestTerraformRun1(t *testing.T) {
5151

5252
func TestTerraformRun2(t *testing.T) {
5353
skipIfTerraformNotInstalled(t)
54-
54+
5555
if os.Getenv("TEST_EXIT") == "1" {
5656
stacksPath := "../tests/fixtures/scenarios/stack-templates-2"
5757

@@ -92,7 +92,7 @@ func TestTerraformRun2(t *testing.T) {
9292

9393
func TestTerraformRun3(t *testing.T) {
9494
skipIfTerraformNotInstalled(t)
95-
95+
9696
if os.Getenv("TEST_EXIT") == "1" {
9797
stacksPath := "../tests/fixtures/scenarios/stack-templates-2"
9898

0 commit comments

Comments
 (0)