diff --git a/test/integration/framework/helpers.go b/test/integration/framework/helpers.go index dfca528f5..86c231714 100644 --- a/test/integration/framework/helpers.go +++ b/test/integration/framework/helpers.go @@ -72,7 +72,7 @@ func NewClients(t *testing.T, config *rest.Config) (kubernetes.Interface, intern certmgrscheme.AddToScheme(scheme) apiext.AddToScheme(scheme) apireg.AddToScheme(scheme) - gwapi.AddToScheme(scheme) + gwapi.Install(scheme) return cl, factory, cmCl, cmFactory, scheme }