From cda497f0cb7f6488e4fe099f494713ee21db6227 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Tue, 20 Aug 2019 17:22:03 -0700 Subject: [PATCH] tests: Update gpg key to fedora 32 --- 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 c2a6554e..ba404cfb 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-31-x86_64" + "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-32-x86_64" ], "name": "single-repo", "system": False,