feat(HMS-3341): pass module_hotfixes flag to compose request
This commit is contained in:
parent
a04835c5a2
commit
627f953dfc
4 changed files with 77 additions and 0 deletions
|
|
@ -1311,6 +1311,7 @@ describe('Click through all steps', () => {
|
|||
'http://mirror.stream.centos.org/SIGs/8/kmods/x86_64/packages-main/',
|
||||
check_gpg: false,
|
||||
rhsm: false,
|
||||
module_hotfixes: true,
|
||||
},
|
||||
];
|
||||
|
||||
|
|
@ -1332,6 +1333,7 @@ describe('Click through all steps', () => {
|
|||
check_gpg: false,
|
||||
id: '9cf1d45d-aa06-46fe-87ea-121845cc6bbb',
|
||||
name: '2lmdtj',
|
||||
module_hotfixes: true,
|
||||
},
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue