1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-20 05:03:07 +00:00

Correct casing of SUBVARIANT variables

In moving these from fedora_openqa to here, I got the casing
wrong, which breaks `tell_source` and causes a test to fail.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2022-10-28 11:55:47 -07:00
parent 73102e877a
commit b7a3d9ee1b

View File

@ -127,7 +127,7 @@
"NUMDISKS": "2",
"PACKAGE_SET": "default",
"RETRY": "1",
"SUBVARIANT": "workstation"
"SUBVARIANT": "Workstation"
},
"version": "*"
},
@ -142,7 +142,7 @@
"NUMDISKS": "2",
"PACKAGE_SET": "default",
"RETRY": "1",
"SUBVARIANT": "kde"
"SUBVARIANT": "KDE"
},
"version": "*"
},