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:
parent
0fe4daf8d3
commit
094758f425
@ -19,7 +19,7 @@ describe("requestNonCoreApiVersions", () => {
|
||||
let requestNonCoreApiVersions: RequestApiVersions;
|
||||
|
||||
beforeEach(() => {
|
||||
di = getDiForUnitTesting({ doGeneralOverrides: true });
|
||||
di = getDiForUnitTesting();
|
||||
|
||||
k8sRequestMock = asyncFn();
|
||||
di.override(k8sRequestInjectable, () => k8sRequestMock);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user