diff --git a/packages/zowe-explorer-api/__tests__/__unit__/profiles/ProfilesCache.unit.test.ts b/packages/zowe-explorer-api/__tests__/__unit__/profiles/ProfilesCache.unit.test.ts index c091c46f63..ac1aa333cb 100644 --- a/packages/zowe-explorer-api/__tests__/__unit__/profiles/ProfilesCache.unit.test.ts +++ b/packages/zowe-explorer-api/__tests__/__unit__/profiles/ProfilesCache.unit.test.ts @@ -14,8 +14,6 @@ import * as path from "path"; import * as zowe from "@zowe/cli"; import { ProfilesCache } from "../../../src/profiles/ProfilesCache"; import { ZoweExplorerApi } from "../../../src"; -import { getSecurityModules } from "../../../src/security/KeytarCredentialManager"; -jest.mock("../../../src/security/KeytarCredentialManager"); jest.mock("fs"); jest.mock("@zowe/cli", () => {