Skip to content

Commit

Permalink
Merge pull request #926 from freedomofpress/dry-tests-fedora
Browse files Browse the repository at this point in the history
tests: Avoid repeating Fedora version in specific test
  • Loading branch information
zenmonkeykstop authored Jan 16, 2024
2 parents a60b289 + 49a968c commit 69d7efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_qubes_vms.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def test_current_fedora_for_sys_vms(self):
wanted_templates = [CURRENT_FEDORA_TEMPLATE]
if sys_vm in sys_vms_maybe_disp:
if sys_vm in sys_vms_custom_disp:
wanted_templates.append("sd-fedora-38-dvm")
wanted_templates.append(f"sd-{CURRENT_FEDORA_TEMPLATE}-dvm")
else:
wanted_templates.append(CURRENT_FEDORA_TEMPLATE + "-dvm")

Expand Down

0 comments on commit 69d7efd

Please sign in to comment.