Skip to content
This repository was archived by the owner on Mar 29, 2023. It is now read-only.

Commit f65ca00

Browse files
committed
Save options before calling InitAndApply
1 parent c0c5db3 commit f65ca00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/couchbase_single_cluster_dns_tls_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ func testCouchbaseSingleClusterDnsTls(t *testing.T, osName string, edition strin
8585
},
8686
}
8787

88-
terraform.InitAndApply(t, terraformOptions)
89-
9088
test_structure.SaveTerraformOptions(t, couchbaseSingleClusterDnsTlsDir, terraformOptions)
89+
90+
terraform.InitAndApply(t, terraformOptions)
9191
})
9292

9393
test_structure.RunTestStage(t, "validation", func() {

0 commit comments

Comments
 (0)