From b0e841d7ff50e5c5bea3a3417737c272b09dcd86 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 14 Feb 2020 18:45:35 +0000 Subject: [PATCH] Expect munin to use an IPv6 socket --- test/integration/munin/serverspec/munin_node_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/munin/serverspec/munin_node_spec.rb b/test/integration/munin/serverspec/munin_node_spec.rb index cdae402e5..9d3fdd355 100644 --- a/test/integration/munin/serverspec/munin_node_spec.rb +++ b/test/integration/munin/serverspec/munin_node_spec.rb @@ -13,5 +13,5 @@ describe service("munin-node") do end describe port(4949) do - it { should be_listening.with("tcp") } + it { should be_listening.with("tcp6") } end -- 2.43.2