From 48f06e8dcb0ea5f15c250e02803cee3923b476d5 Mon Sep 17 00:00:00 2001 From: maheshwarishikha Date: Tue, 19 Sep 2023 20:22:29 +0530 Subject: [PATCH] test: update other_test.go (#535) --- tests/other_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/other_test.go b/tests/other_test.go index dcc13988..eb069312 100644 --- a/tests/other_test.go +++ b/tests/other_test.go @@ -13,7 +13,7 @@ func TestRunBasicExample(t *testing.T) { options := testhelper.TestOptionsDefaultWithVars(&testhelper.TestOptions{ Testing: t, - TerraformDir: fsCloudExampleTerraformDir, + TerraformDir: basicExampleTerraformDir, Prefix: "slz-vsi-basic", ResourceGroup: resourceGroup, Region: region,