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

Commit

Permalink
Update test wrapper script
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneutt committed Sep 22, 2020
1 parent a701db0 commit 980147d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/scripts/test-wrapper.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"regexp"
"strings"

"github.com/mesosphere/ksphere-testing-framework/pkg/experimental"
testgroups "github.com/mesosphere/ksphere-testing-framework/pkg/groups"
"github.com/mesosphere/kubeaddons/pkg/catalog"
"github.com/mesosphere/kubeaddons/pkg/repositories/local"
)
Expand All @@ -33,7 +33,7 @@ func main() {
panic(err)
}

groups, err := experimental.AddonsForGroupsFile("groups.yaml", c)
groups, err := testgroups.AddonsForGroupsFile("groups.yaml", c)
if err != nil {
panic(err)
}
Expand Down

0 comments on commit 980147d

Please sign in to comment.