summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klishin <michael@clojurewerkz.org>2021-10-13 01:26:48 +0300
committerMichael Klishin <michael@clojurewerkz.org>2021-10-13 01:26:48 +0300
commit6230931fcdd736acfc2c796df517a84e0743170e (patch)
tree5679a3202a0ef4a6241e076408f88fdf6d35d477
parenta6009d5a02ac2e83f27488b2a3f100f8b7270b7a (diff)
downloadrabbitmq-server-git-6230931fcdd736acfc2c796df517a84e0743170e.tar.gz
Compile #3562
-rw-r--r--deps/rabbitmq_prometheus/test/rabbit_prometheus_http_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/rabbitmq_prometheus/test/rabbit_prometheus_http_SUITE.erl b/deps/rabbitmq_prometheus/test/rabbit_prometheus_http_SUITE.erl
index 8c683e645e..10c573988c 100644
--- a/deps/rabbitmq_prometheus/test/rabbit_prometheus_http_SUITE.erl
+++ b/deps/rabbitmq_prometheus/test/rabbit_prometheus_http_SUITE.erl
@@ -375,7 +375,7 @@ identity_info_test(Config) ->
{_Headers, Body} = http_get_with_pal(Config, [], 200),
?assertEqual(match, re:run(Body, "^rabbitmq_identity_info{", [{capture, none}, multiline])),
?assertEqual(match, re:run(Body, "rabbitmq_node=", [{capture, none}])),
- ?assertEqual(match, re:run(Body, "rabbitmq_cluster=", [{capture, none}])).
+ ?assertEqual(match, re:run(Body, "rabbitmq_cluster=", [{capture, none}])),
?assertEqual(match, re:run(Body, "rabbitmq_cluster_permanent_id=", [{capture, none}])).
specific_erlang_metrics_present_test(Config) ->