rabbit_prometheus_http_SUITE: Start broker once in `special_chars` group

`init_per_group/3`, which starts the broker, was already called earlier
in the function.

This fixes a bug where the node can't be stopped in `end_per_group/2`,
attecting the next group ability to start one.
This commit is contained in:
Jean-Sébastien Pédron 2024-10-30 10:08:56 +01:00
parent 3df967566f
commit d6024e30f4
No known key found for this signature in database
GPG Key ID: 39E99761A5FD94CC
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ init_per_group(special_chars, Config0) ->
{connection, VHostConn}, {connection, VHostConn},
{channel, VHostCh} {channel, VHostCh}
|Config1], |Config1],
init_per_group(special_chars, Config2, []); Config2;
init_per_group(authentication, Config) -> init_per_group(authentication, Config) ->
Config1 = rabbit_ct_helpers:merge_app_env( Config1 = rabbit_ct_helpers:merge_app_env(