mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix unit tests
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
c8414a90c8
commit
553ba408bf
@ -48,8 +48,8 @@ describe("sessionCertificateVerifier", () => {
|
|||||||
let di: DiContainer;
|
let di: DiContainer;
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
di = getDiForUnitTesting({ doGeneralOverrides: false });
|
di = getDiForUnitTesting();
|
||||||
|
di.unoverride(lensProxyCertificateInjectable);
|
||||||
di.inject(setupLensProxyCertificateInjectable).run();
|
di.inject(setupLensProxyCertificateInjectable).run();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user