From bdbd8258f0ae3dce32a3fcbaced6569cf11f3df0 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Mon, 29 Oct 2018 14:48:40 -0700 Subject: [PATCH] Fix singlerepo test for f29 --- tests/pylorax/test_projects.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pylorax/test_projects.py b/tests/pylorax/test_projects.py index 42228cf4..0c3c0430 100644 --- a/tests/pylorax/test_projects.py +++ b/tests/pylorax/test_projects.py @@ -291,7 +291,7 @@ def singlerepo(): "check_gpg": True, "check_ssl": True, "gpgkey_urls": [ - "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-30-x86_64" + "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-29-x86_64" ], "name": "single-repo", "system": False,