test: add tests for tailored customizations
This commit is contained in:
parent
b203658bac
commit
87c754fb45
6 changed files with 28 additions and 8 deletions
|
|
@ -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',
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue