Skip to content

Commit 9878878

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) (cherry picked from commit e0ba81d)
1 parent 5388e7e commit 9878878

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
@@ -239,7 +239,7 @@ init_per_group(special_chars, Config0) ->
239239
{connection, VHostConn},
240240
{channel, VHostCh}
241241
|Config1],
242-
init_per_group(special_chars, Config2, []);
242+
Config2;
243243

244244
init_per_group(authentication, Config) ->
245245
Config1 = rabbit_ct_helpers:merge_app_env(

0 commit comments

Comments
 (0)