test: add tests for tailored customizations

This commit is contained in:
Sanne Raymaekers 2025-04-24 12:03:04 +02:00 committed by Klara Simickova
parent b203658bac
commit 87c754fb45
6 changed files with 28 additions and 8 deletions

View file

@ -198,7 +198,6 @@ describe('First boot request generated correctly', () => {
const expectedRequest = {
...blueprintRequest,
customizations: {
filesystem: [{ min_size: 10737418240, mountpoint: '/' }],
openscap: {
profile_id: 'xccdf_org.ssgproject.content_profile_standard',
},
@ -229,7 +228,6 @@ describe('First boot request generated correctly', () => {
const expectedRequest = {
...blueprintRequest,
customizations: {
filesystem: [{ min_size: 10737418240, mountpoint: '/' }],
openscap: {
profile_id: 'xccdf_org.ssgproject.content_profile_standard',
},