From c04a648a4434bd7b014ad6ac48c3d23592cbe3df Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Wed, 20 May 2020 09:42:10 -0700 Subject: [PATCH] Revert "tests: Update gpg key to fedora 32" This reverts commit cda497f0cb7f6488e4fe099f494713ee21db6227. Got confused by the Dockerfile.test using the wrong image for testing. This branch should be tested against Fedora 31. --- 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 ba404cfb..c2a6554e 100644 --- a/tests/pylorax/test_projects.py +++ b/tests/pylorax/test_projects.py @@ -326,7 +326,7 @@ def singlerepo_v0(): "check_gpg": True, "check_ssl": True, "gpgkey_urls": [ - "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-32-x86_64" + "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-31-x86_64" ], "name": "single-repo", "system": False,