Wizard: add tests for satellite registration
This commit is contained in:
parent
75792bcc0a
commit
d2c9b77957
6 changed files with 111 additions and 13 deletions
|
|
@ -79,6 +79,8 @@ vi.mock('@unleash/proxy-client-react', () => ({
|
|||
return true;
|
||||
case 'image-builder.edge.local-image-table':
|
||||
return true;
|
||||
case 'image-builder.satellite.enabled':
|
||||
return true;
|
||||
default:
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue