mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-06 22:18:28 +00:00
Use a more recent GPG key server
This commit is contained in:
@@ -19,13 +19,11 @@ class GPGAPITestAddKey(APITest):
|
||||
POST /gpg/key
|
||||
"""
|
||||
|
||||
skipTest = "Using obsolete keys.gnupg.net"
|
||||
|
||||
def check(self):
|
||||
with tempfile.NamedTemporaryFile(suffix=".pub") as keyring:
|
||||
gpgkeyid = "9E3E53F19C7DE460"
|
||||
resp = self.post("/api/gpg/key", json={
|
||||
"Keyserver": "keys.gnupg.net",
|
||||
"Keyserver": "keyserver.ubuntu.com",
|
||||
"Keyring": keyring.name,
|
||||
"GpgKeyID": gpgkeyid
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user