Skip to content

Commit

Permalink
Fix dom0 rpm repo test string
Browse files Browse the repository at this point in the history
Reflects yum repo changes introduced in #349
  • Loading branch information
emkll committed Nov 27, 2019
1 parent a4eae81 commit 9eaae03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_dom0_rpm_repo.py
Expand Up @@ -26,7 +26,7 @@ def test_rpm_repo_config(self):
"gpgcheck=1",
"gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-securedrop-workstation-test", # noqa
"enabled=1",
"baseurl=https://dev-bin.ops.securedrop.org/dom0-rpm-repo/",
"baseurl=https://yum-test.securedrop.org/workstation/dom0/f25",
"name=SecureDrop Workstation Qubes dom0 repo",
]
with open(repo_file, "r") as f:
Expand Down

0 comments on commit 9eaae03

Please sign in to comment.