Skip to content

Commit

Permalink
refa: use the WithDefaultMinikube shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
joshiste committed Aug 30, 2023
1 parent c57c804 commit 7a56cd4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions e2e/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@ func TestWithMinikube(t *testing.T) {
},
}

mOpts := e2e.DefaultMiniKubeOpts
mOpts.Runtimes = []e2e.Runtime{e2e.RuntimeDocker}

e2e.WithMinikube(t, mOpts, &extFactory, []e2e.WithMinikubeTestCase{
e2e.WithDefaultMinikube(t, &extFactory, []e2e.WithMinikubeTestCase{
{
Name: "run gatling",
Test: testRunGatling,
Expand Down

0 comments on commit 7a56cd4

Please sign in to comment.