Skip to content

Commit

Permalink
rename the test
Browse files Browse the repository at this point in the history
  • Loading branch information
lonegunmanb committed Sep 18, 2023
1 parent a52c2d7 commit 5daecb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/quickstart_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down Expand Up @@ -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() {
Expand Down

0 comments on commit 5daecb8

Please sign in to comment.