X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/f3250a00410a99a2b4ae47f16888acbb3b506ee9..f4a5916362e9a37b07e63b7e222c54d7aaeab0a8:/test/integration/munin/serverspec/munin_node_spec.rb 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