test: Remove WSL flag from unleash test mock
The WSL flag was removed from the codebase, this removes it from the test mock as well.
This commit is contained in:
parent
83e57baa0b
commit
3e2e57d545
1 changed files with 0 additions and 2 deletions
|
|
@ -65,8 +65,6 @@ vi.mock('@unleash/proxy-client-react', () => ({
|
|||
return true;
|
||||
case 'image-builder.firstboot.enabled':
|
||||
return true;
|
||||
case 'image-builder.wsl.enabled':
|
||||
return true;
|
||||
case 'image-builder.hostname.enabled':
|
||||
return true;
|
||||
case 'image-builder.kernel.enabled':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue