Skip to content

Commit e2c5b28

Browse files
authored
Merge pull request #12614 from rabbitmq/mergify/bp/v4.0.x/pr-12613
rabbit_prometheus_http_SUITE: Start broker once in `special_chars` group (backport #12613)
2 parents 29b426e + e0ba81d commit e2c5b28

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

+1-1
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)