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

Fix requestNonCoreApiVersions after cherry-pick (#7312)

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2023-03-07 12:41:00 -08:00 committed by GitHub
parent 0fe4daf8d3
commit 094758f425
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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);