Skip to content

Commit 6230931

Browse files
Compile #3562
1 parent a6009d5 commit 6230931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbitmq_prometheus/test/rabbit_prometheus_http_SUITE.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ identity_info_test(Config) ->
375375
{_Headers, Body} = http_get_with_pal(Config, [], 200),
376376
?assertEqual(match, re:run(Body, "^rabbitmq_identity_info{", [{capture, none}, multiline])),
377377
?assertEqual(match, re:run(Body, "rabbitmq_node=", [{capture, none}])),
378-
?assertEqual(match, re:run(Body, "rabbitmq_cluster=", [{capture, none}])).
378+
?assertEqual(match, re:run(Body, "rabbitmq_cluster=", [{capture, none}])),
379379
?assertEqual(match, re:run(Body, "rabbitmq_cluster_permanent_id=", [{capture, none}])).
380380

381381
specific_erlang_metrics_present_test(Config) ->

0 commit comments

Comments
 (0)