From 92a65e168c32bfd3e6350f2375ab922140c49299 Mon Sep 17 00:00:00 2001 From: Jonathan Tripathy Date: Wed, 10 Feb 2016 14:31:20 +0000 Subject: [PATCH] Updated acceptance test for modules-2159 --- spec/acceptance/connlimit_spec.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spec/acceptance/connlimit_spec.rb b/spec/acceptance/connlimit_spec.rb index 8fff329..1dfbf1c 100644 --- a/spec/acceptance/connlimit_spec.rb +++ b/spec/acceptance/connlimit_spec.rb @@ -26,6 +26,7 @@ describe 'firewall type', :unless => UNSUPPORTED_PLATFORMS.include?(fact('osfami EOS apply_manifest(pp, :catch_failures => true) + apply_manifest(pp, :catch_changes => do_catch_changes) end it 'should contain the rule' do @@ -52,6 +53,7 @@ describe 'firewall type', :unless => UNSUPPORTED_PLATFORMS.include?(fact('osfami EOS apply_manifest(pp, :catch_failures => true) + apply_manifest(pp, :catch_changes => do_catch_changes) end it 'should contain the rule' do -- 2.45.2