Skip to content

Commit

Permalink
fixes presidio tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nickzelei committed Dec 20, 2024
1 parent 9b31ec2 commit c8c4dc1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions backend/pkg/integration-test/mux.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c8c4dc1

Please sign in to comment.