Update to require using stdlib 4.13 for deprecation function
[puppet-modules/puppetlabs-apt.git] / spec / defines / key_compat_spec.rb
index 2faee9e5345da1be8b3a4dc3356abca6c1bd3b54..eaf53fca45e495ccf0c52e44fae974ed3e6c3c97 100644 (file)
@@ -4,8 +4,9 @@ describe 'apt::key', :type => :define do
   let(:facts) { {
     :lsbdistid => 'Debian',
     :osfamily => 'Debian',
+    :puppetversion => Puppet.version,
   } }
-  GPG_KEY_ID = '47B320EB4C7C375AA9DAE1A01054B7A24BD6EC30'
+  GPG_KEY_ID = '6F6B15509CF8E59E6E469F327F438280EF8D349F'
 
   let :title do
     GPG_KEY_ID