diff --git a/test/scripts/test-wrapper.go b/test/scripts/test-wrapper.go index fba52ea8..9ed936bc 100644 --- a/test/scripts/test-wrapper.go +++ b/test/scripts/test-wrapper.go @@ -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" ) @@ -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) }