Skip to content

Commit d6024e3

Browse files
committed
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.
1 parent 3df9675 commit d6024e3

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
@@ -248,7 +248,7 @@ init_per_group(special_chars, Config0) ->
248248
{connection, VHostConn},
249249
{channel, VHostCh}
250250
|Config1],
251-
init_per_group(special_chars, Config2, []);
251+
Config2;
252252

253253
init_per_group(authentication, Config) ->
254254
Config1 = rabbit_ct_helpers:merge_app_env(

0 commit comments

Comments
 (0)