From 9eaae037e3ea9622e5b21035bd2da4c0513d066c Mon Sep 17 00:00:00 2001 From: mickael e Date: Tue, 26 Nov 2019 19:39:45 -0500 Subject: [PATCH] Fix dom0 rpm repo test string Reflects yum repo changes introduced in #349 --- tests/test_dom0_rpm_repo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_dom0_rpm_repo.py b/tests/test_dom0_rpm_repo.py index fa767e03..91f02ec9 100644 --- a/tests/test_dom0_rpm_repo.py +++ b/tests/test_dom0_rpm_repo.py @@ -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: