diff --git a/pkg/e2etests/integrations.go b/pkg/e2etests/integrations.go index 4a0b18bd6..cb1ce6371 100644 --- a/pkg/e2etests/integrations.go +++ b/pkg/e2etests/integrations.go @@ -62,6 +62,7 @@ func setupE2ETestEnv(ctx context.Context) (e *echo.Echo, err error) { config.InitDefaultConfig() config.ServicePublicURL.Set("https://localhost") config.WebhooksEnabled.Set(true) + config.WebhooksAllowNonRoutableIPs.Set(true) log.InitLogger()