diff --git a/src/common/certificate/lens-proxy-certificate.global-override-for-injectable.ts b/src/common/certificate/lens-proxy-certificate.global-override-for-injectable.ts deleted file mode 100644 index d547516062..0000000000 --- a/src/common/certificate/lens-proxy-certificate.global-override-for-injectable.ts +++ /dev/null @@ -1,19 +0,0 @@ -/** - * Copyright (c) OpenLens Authors. All rights reserved. - * Licensed under MIT License. See LICENSE in root directory for more information. - */ - -import { getGlobalOverride } from "../test-utils/get-global-override"; -import lensProxyCertificateInjectable from "./lens-proxy-certificate.injectable"; - -export default getGlobalOverride(lensProxyCertificateInjectable, () => { - return { - get: () => ({ - public: "", - private: "", - cert: "", - }), - set: () => {}, - }; -}); - diff --git a/src/common/utils/channel/get-request-channel.ts b/src/common/utils/channel/get-request-channel.ts index 4dc5b4914e..8a6dfe39fc 100644 --- a/src/common/utils/channel/get-request-channel.ts +++ b/src/common/utils/channel/get-request-channel.ts @@ -2,7 +2,8 @@ * Copyright (c) OpenLens Authors. All rights reserved. * Licensed under MIT License. See LICENSE in root directory for more information. */ -import type { RequestChannel } from "./request-channel-listener-injection-token"; + +import type { RequestChannel } from "./request-channel"; export const getRequestChannel = (id: string): RequestChannel => ({ id,