1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Fix requestNonCoreApiVersions after cherry-pick

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2023-03-07 15:31:21 -05:00
parent 0fe4daf8d3
commit 5102191ff8

View File

@ -19,7 +19,7 @@ describe("requestNonCoreApiVersions", () => {
let requestNonCoreApiVersions: RequestApiVersions; let requestNonCoreApiVersions: RequestApiVersions;
beforeEach(() => { beforeEach(() => {
di = getDiForUnitTesting({ doGeneralOverrides: true }); di = getDiForUnitTesting();
k8sRequestMock = asyncFn(); k8sRequestMock = asyncFn();
di.override(k8sRequestInjectable, () => k8sRequestMock); di.override(k8sRequestInjectable, () => k8sRequestMock);