(feat) - Bump Puppet boundary
[puppet-modules/puppetlabs-apt.git] / spec / unit / facter / apt_dist_has_updates_spec.rb
index 8d188b0d407353f0c66d1027f91297e32e27aa28..6130f27e6fbdfe02b848a14755c622c28270f38e 100644 (file)
@@ -7,8 +7,6 @@ describe 'apt_has_dist_updates fact' do
 
   describe 'on non-Debian distro' do
     before(:each) do
-      # Adding temporary workaround for this ticket https://tickets.puppetlabs.com/browse/IAC-1143
-      Facter.clear
       allow(Facter.fact(:osfamily)).to receive(:value).once.and_return('Redhat')
     end
     it { is_expected.to be_nil }