fixup! fix: ensure PATH is correctly set for kind commands fix https://github.com/containers/podman-desktop/issues/2088

Change-Id: I2d05423e26aa856139398f4b77f63e14977d0673
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
This commit is contained in:
Florent Benoit 2023-04-14 10:56:04 +02:00 committed by Florent BENOIT
parent 9e158e68d2
commit 6a8f2d3d30

View file

@ -35,6 +35,7 @@ vi.mock('@podman-desktop/api', async () => {
vi.mock('./util', async () => {
return {
runCliCommand: vi.fn(),
getKindPath: vi.fn(),
};
});