From 70fbecc8bb9cf7b0979fcdb5e2e28ad875e6da3c Mon Sep 17 00:00:00 2001 From: Paula Muir Date: Thu, 20 Oct 2022 15:47:26 +0100 Subject: [PATCH] (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. --- spec/acceptance/firewall_attributes_exceptions_spec.rb | 1 + 1 file changed, 1 insertion(+) 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 -- 2.45.2