This commit is contained in:
Michael Klishin 2021-10-13 01:27:16 +03:00
parent 670f240537
commit 3826a0df25
No known key found for this signature in database
GPG Key ID: E80EDCFA0CDB21EE
1 changed files with 1 additions and 1 deletions

View File

@ -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) ->