Wizard: add tests for satellite registration

This commit is contained in:
Anna Vítová 2025-04-10 16:40:40 +02:00 committed by Klara Simickova
parent 75792bcc0a
commit d2c9b77957
6 changed files with 111 additions and 13 deletions

View file

@ -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;
}