From c8c4dc1af1d57ce89d10014d17b63051823fe5c4 Mon Sep 17 00:00:00 2001 From: Nick Z <2420177+nickzelei@users.noreply.github.com> Date: Fri, 20 Dec 2024 09:52:16 -0800 Subject: [PATCH] fixes presidio tests --- backend/pkg/integration-test/mux.go | 3 +++ 1 file changed, 3 insertions(+) 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