X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/9855bf930976f2de372a7a8712b275ba52495153..0de4412db460371df118218c05aa2dcaf0a6b7e3:/test/integration/prometheus/serverspec/prometheus_node_exporter_spec.rb diff --git a/test/integration/prometheus/serverspec/prometheus_node_exporter_spec.rb b/test/integration/prometheus/serverspec/prometheus_node_exporter_spec.rb index c37883d15..bb178dd96 100644 --- a/test/integration/prometheus/serverspec/prometheus_node_exporter_spec.rb +++ b/test/integration/prometheus/serverspec/prometheus_node_exporter_spec.rb @@ -13,5 +13,5 @@ describe service("prometheus-node-exporter") do end describe port(9100) do - it { should be_listening.with("tcp6") } + it { should be_listening.with("tcp") } end