We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7579ac5 commit 18c0d83Copy full SHA for 18c0d83
x-pack/plugins/spaces/public/management/view_space/view_space_general_tab.test.tsx
@@ -32,8 +32,8 @@ const history = scopedHistoryMock.create();
32
const getUrlForApp = (appId: string) => appId;
33
const navigateToUrl = jest.fn();
34
const spacesManager = spacesManagerMock.create();
35
-const getRolesAPIClient = getRolesAPIClientMock();
36
-const getPrivilegeAPIClient = getPrivilegeAPIClientMock();
+const getRolesAPIClient = getRolesAPIClientMock;
+const getPrivilegeAPIClient = getPrivilegeAPIClientMock;
37
const reloadWindow = jest.fn();
38
39
const http = httpServiceMock.createStartContract();
0 commit comments