]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commitdiff
(CONT-222) - Adding missing end
authorPaula Muir <paula@puppet.com>
Thu, 20 Oct 2022 14:47:26 +0000 (15:47 +0100)
committerPaula Muir <paula@puppet.com>
Thu, 20 Oct 2022 14:47:26 +0000 (15:47 +0100)
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.

spec/acceptance/firewall_attributes_exceptions_spec.rb

index 0c35b68f1f5fb4c57e58a945e5e5ab9003fb5d7a..7b16ff0be992b31ec0e47f49dec91f269315f2c0 100644 (file)
@@ -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