mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-05-23 17:58:22 +00:00
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:
parent
9e158e68d2
commit
6a8f2d3d30
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ vi.mock('@podman-desktop/api', async () => {
|
|||
vi.mock('./util', async () => {
|
||||
return {
|
||||
runCliCommand: vi.fn(),
|
||||
getKindPath: vi.fn(),
|
||||
};
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue