فهرست منبع

Fix tests

Signed-off-by: Mihaela Balutoiu <mbalutoiu@cloudbasesolutions.com>
Mihaela Balutoiu 9 ماه پیش
والد
کامیت
7ba7f06c11
1فایلهای تغییر یافته به همراه12 افزوده شده و 0 حذف شده
  1. 12 0
      src/components/modules/ProjectModule/ProjectDetailsContent/ProjectDetailsContent.spec.tsx

+ 12 - 0
src/components/modules/ProjectModule/ProjectDetailsContent/ProjectDetailsContent.spec.tsx

@@ -23,6 +23,18 @@ import TestUtils from "@tests/TestUtils";
 
 jest.mock("react-router", () => ({ Link: "a" }));
 
+jest.mock("@src/utils/Config", () => ({
+  config: {
+    hiddenUserRoles: [
+      "audit",
+      "creator",
+      "observer",
+      "service",
+      "key-manager:service-admin",
+    ],
+  },
+}));
+
 const PROJECT: Project = {
   id: "project-id",
   name: "project-name",