Skip to content

Commit 33b0941

Browse files
authored
Merge pull request #12615 from rabbitmq/mergify/bp/v3.13.x/pr-12614
rabbit_prometheus_http_SUITE: Start broker once in `special_chars` group (backport #12613) (backport #12614)
2 parents 5388e7e + 9878878 commit 33b0941

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
@@ -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)