Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
Fix test vmName breakage from recent merges
Browse files Browse the repository at this point in the history
  • Loading branch information
stealthybox committed Sep 14, 2020
1 parent 5dd979d commit 6f92a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/vm_lifecycle_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ func TestVMProviderSwitch(t *testing.T) {
func TestVMStartNonDefaultProvider(t *testing.T) {
assert.Assert(t, e2eHome != "", "IGNITE_E2E_HOME should be set")

vmName := "e2e_test_vm_start_non_default_providers"
vmName := "e2e-test-vm-start-non-default-providers"

igniteCmd := util.NewCommand(t, igniteBin)

Expand Down

0 comments on commit 6f92a45

Please sign in to comment.