Update all the unit tests to look for full fingerprints
Merged #466 too quickly
This commit is contained in:
parent
d880408143
commit
6bf1ac351f
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ describe 'apt::debian::testing', :type => :class do
|
|||
"release" => "testing",
|
||||
"repos" => "main contrib non-free",
|
||||
"required_packages" => "debian-keyring debian-archive-keyring",
|
||||
"key" => "46925553",
|
||||
"key" => "A1BD8E9D78F7FE5C3E65D8AF8B48AD6246925553",
|
||||
"key_server" => "subkeys.pgp.net",
|
||||
"pin" => "-10"
|
||||
})
|
||||
|
|
|
@ -7,7 +7,7 @@ describe 'apt::debian::unstable', :type => :class do
|
|||
"release" => "unstable",
|
||||
"repos" => "main contrib non-free",
|
||||
"required_packages" => "debian-keyring debian-archive-keyring",
|
||||
"key" => "46925553",
|
||||
"key" => "A1BD8E9D78F7FE5C3E65D8AF8B48AD6246925553",
|
||||
"key_server" => "subkeys.pgp.net",
|
||||
"pin" => "-10"
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue