Update all the unit tests to look for full fingerprints
[puppet-modules/puppetlabs-apt.git] / spec / classes / debian_unstable_spec.rb
index 70724f90bd04d4fefa5441b516b928edfb461629..14d8650ffe3d3b639dff29211743ee39337fc9ce 100644 (file)
@@ -1,13 +1,13 @@
 require 'spec_helper'
 describe 'apt::debian::unstable', :type => :class do
-  let(:facts) { { :lsbdistid => 'Debian' } }
+  let(:facts) { { :lsbdistid => 'Debian', :osfamily => 'Debian' } }
   it {
     should contain_apt__source("debian_unstable").with({
       "location"          => "http://debian.mirror.iweb.ca/debian/",
       "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"
     })