V1Wizard: Change qcow search param to qcow2 (HMS-3684)
This commit changes the optional search param `target=qcow` to be `target=qcow2` so it is in alignment with the UI.
This commit is contained in:
parent
76fba98773
commit
7c5a040ad7
2 changed files with 2 additions and 2 deletions
|
|
@ -1612,7 +1612,7 @@ describe('set target using query parameter', () => {
|
|||
|
||||
test('guest-installer (query parameter provided)', async () => {
|
||||
({ router } = await renderCustomRoutesWithReduxRouter(
|
||||
'imagewizard?target=qcow',
|
||||
'imagewizard?target=qcow2',
|
||||
{},
|
||||
routes
|
||||
));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue