diff --git a/backend/pkg/integration-test/mux.go b/backend/pkg/integration-test/mux.go index 28918a3ec1..d4ecce0631 100644 --- a/backend/pkg/integration-test/mux.go +++ b/backend/pkg/integration-test/mux.go @@ -121,6 +121,9 @@ func (s *NeosyncApiTestClient) setupMux( rbacClient rbac.Interface, ) (*http.ServeMux, error) { isPresidioEnabled := false + if isLicensed || isNeosyncCloud { + isPresidioEnabled = true + } maxAllowed := int64(10000) var license *testutil.FakeEELicense