From: Alex Conrey Date: Sun, 22 Mar 2020 01:22:52 +0000 (-0700) Subject: typo in iptables fixture X-Git-Tag: v2.3.0~1^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=2fc144e53239776fa4c3670b78fe95457ecdded4;p=puppet-modules%2Fpuppetlabs-firewall.git typo in iptables fixture --- diff --git a/spec/fixtures/iptables/conversion_hash.rb b/spec/fixtures/iptables/conversion_hash.rb index fe24939..5eea78d 100644 --- a/spec/fixtures/iptables/conversion_hash.rb +++ b/spec/fixtures/iptables/conversion_hash.rb @@ -717,7 +717,7 @@ ARGS_TO_HASH = { line: '-A INPUT -m string --hex-string "|0000FF0001|" --algo bm', table: 'filter', params: { - string_hex: '|0000FF0001|'. + string_hex: '|0000FF0001|', string_algo: 'bm', }, },