]> git.openstreetmap.org Git - chef.git/blobdiff - test/integration/prometheus/serverspec/prometheus_node_exporter_spec.rb
Fix prometheus test
[chef.git] / test / integration / prometheus / serverspec / prometheus_node_exporter_spec.rb
index c37883d15ab0395ac8ed3f6df95f959fc897ff2d..bb178dd96a53bd19cb66380e6babe14f772cef21 100644 (file)
@@ -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