From 3d50cb0ac9e3d1f46cd60ee4a78b544ea66b85ef Mon Sep 17 00:00:00 2001 From: Mauricio Siu Date: Mon, 23 Mar 2026 21:59:30 -0600 Subject: [PATCH] feat(tests): add 'tag' to enterprise resources in permissions test suite --- .../__test__/permissions/enterprise-only-resources.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/dokploy/__test__/permissions/enterprise-only-resources.test.ts b/apps/dokploy/__test__/permissions/enterprise-only-resources.test.ts index 9568b12af..3138085e3 100644 --- a/apps/dokploy/__test__/permissions/enterprise-only-resources.test.ts +++ b/apps/dokploy/__test__/permissions/enterprise-only-resources.test.ts @@ -35,6 +35,7 @@ const ENTERPRISE_RESOURCES = [ "domain", "destination", "notification", + "tag", "logs", "monitoring", "auditLog",