From 5daecb88ec898d0d0cc4010fb67de07668544c94 Mon Sep 17 00:00:00 2001 From: lonegunmanb Date: Mon, 18 Sep 2023 11:20:26 +0000 Subject: [PATCH] rename the test --- test/e2e/quickstart_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/e2e/quickstart_test.go b/test/e2e/quickstart_test.go index 57944137c..a2a73335b 100644 --- a/test/e2e/quickstart_test.go +++ b/test/e2e/quickstart_test.go @@ -15,7 +15,7 @@ import ( ) var speicalTests = map[string]func(*testing.T){ - "quickstart/201-vmss-packer-jumpbox": Test201VmssPackerJumpbox, + "quickstart/201-vmss-packer-jumpbox": test201VmssPackerJumpbox, } func Test_Quickstarts(t *testing.T) { @@ -70,7 +70,7 @@ func allExamples() ([]string, error) { return r, nil } -func Test201VmssPackerJumpbox(t *testing.T) { +func test201VmssPackerJumpbox(t *testing.T) { examplePath := filepath.Join("..", "..", "quickstart", "201-vmss-packer-jumpbox") examplePath = test_structure.CopyTerraformFolderToTemp(t, examplePath, "") defer func() {