From 2fc144e53239776fa4c3670b78fe95457ecdded4 Mon Sep 17 00:00:00 2001 From: Alex Conrey Date: Sat, 21 Mar 2020 18:22:52 -0700 Subject: [PATCH] typo in iptables fixture --- spec/fixtures/iptables/conversion_hash.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', }, }, -- 2.45.2