mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-05-24 02:08:24 +00:00
chore: now it is a boolean value
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
This commit is contained in:
parent
60e103294f
commit
ef66d481be
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ beforeEach(() => {
|
|||
vi.resetAllMocks();
|
||||
|
||||
// Simulate PROD env
|
||||
vi.stubEnv('PROD', 'true');
|
||||
vi.stubEnv('PROD', true);
|
||||
|
||||
vi.mocked(app.getVersion).mockReturnValue('@debug');
|
||||
// eslint-disable-next-line no-null/no-null
|
||||
|
|
|
|||
Loading…
Reference in a new issue