Revert "tests: Update gpg key to fedora 32"

This reverts commit cda497f0cb.

Got confused by the Dockerfile.test using the wrong image for testing.
This branch should be tested against Fedora 31.
This commit is contained in:
Brian C. Lane 2020-05-20 09:42:10 -07:00
parent 46ffa9484e
commit c04a648a44
1 changed files with 1 additions and 1 deletions

View File

@ -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,