Skip to content

Commit

Permalink
Removing vestigial stackSettings field
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator committed Jan 15, 2021
1 parent 010d452 commit e4feb39
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/testrunner/runners/asset/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import (
"github.com/elastic/elastic-package/internal/kibana"
"github.com/elastic/elastic-package/internal/logger"
"github.com/elastic/elastic-package/internal/packages"
"github.com/elastic/elastic-package/internal/stack"
"github.com/elastic/elastic-package/internal/testrunner"
)

Expand All @@ -31,7 +30,6 @@ const (
type runner struct {
testFolder testrunner.TestFolder
packageRootPath string
stackSettings stack.Settings
esClient *es.Client

// Execution order of following handlers is defined in runner.tearDown() method.
Expand All @@ -58,7 +56,6 @@ func (r runner) CanRunPerDataStream() bool {
func (r runner) Run(options testrunner.TestOptions) ([]testrunner.TestResult, error) {
r.testFolder = options.TestFolder
r.packageRootPath = options.PackageRootPath
r.stackSettings = stack.CurrentSettings()
r.esClient = options.ESClient

return r.run()
Expand Down

0 comments on commit e4feb39

Please sign in to comment.