mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-04-20 19:38:39 +00:00
Fix tests and fixtures relying on expired pgp keys
PGP tests relied on expired gpg keys: upgrade with newer Debian keys from https://ftp-master.debian.org/keys.html. Download new fixtures files from http://ftp.debian.org/debian/dists/buster/
This commit is contained in:
2876
pgp/1.clearsigned
2876
pgp/1.clearsigned
File diff suppressed because it is too large
Load Diff
3060
pgp/1.cleartext
3060
pgp/1.cleartext
File diff suppressed because it is too large
Load Diff
BIN
pgp/trusted.gpg
BIN
pgp/trusted.gpg
Binary file not shown.
@@ -47,7 +47,7 @@ func (s *VerifierSuite) TestVerifyClearsigned(c *C) {
|
||||
|
||||
keyInfo, err := s.verifier.VerifyClearsigned(clearsigned, false)
|
||||
c.Assert(err, IsNil)
|
||||
c.Check(keyInfo.GoodKeys, DeepEquals, []Key{"8B48AD6246925553", "7638D0442B90D010"})
|
||||
c.Check(keyInfo.GoodKeys, DeepEquals, []Key{"04EE7237B7D453EC", "648ACFD622F3D138", "DCC9EFBF77E11517"})
|
||||
c.Check(keyInfo.MissingKeys, DeepEquals, []Key(nil))
|
||||
|
||||
clearsigned.Close()
|
||||
|
||||
Reference in New Issue
Block a user