Skip to content

Commit e0ba81d

Browse files
dumbbellmergify[bot]
authored andcommitted
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. (cherry picked from commit d6024e3)
1 parent 29b426e commit e0ba81d

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
@@ -246,7 +246,7 @@ init_per_group(special_chars, Config0) ->
246246
{connection, VHostConn},
247247
{channel, VHostCh}
248248
|Config1],
249-
init_per_group(special_chars, Config2, []);
249+
Config2;
250250

251251
init_per_group(authentication, Config) ->
252252
Config1 = rabbit_ct_helpers:merge_app_env(

0 commit comments

Comments
 (0)