From: Paula Muir Date: Thu, 20 Oct 2022 14:47:26 +0000 (+0100) Subject: (CONT-222) - Adding missing end X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=70fbecc8bb9cf7b0979fcdb5e2e28ad875e6da3c;p=puppet-modules%2Fpuppetlabs-firewall.git (CONT-222) - Adding missing end Prior to this commit a piece of work has been merged into the codebase with a missing end which results in test failures. This commit adds in the missing end block. --- diff --git a/spec/acceptance/firewall_attributes_exceptions_spec.rb b/spec/acceptance/firewall_attributes_exceptions_spec.rb index 0c35b68..7b16ff0 100644 --- a/spec/acceptance/firewall_attributes_exceptions_spec.rb +++ b/spec/acceptance/firewall_attributes_exceptions_spec.rb @@ -1270,6 +1270,7 @@ describe 'firewall basics', docker: true do expect(r.stdout).to match(%r{-A INPUT -m mark --mark ! 0x1 -m comment --comment "504 match_mark - negate test" -j REJECT --reject-with icmp-port-unreachable}) end end + end end end