Skip to content

Commit beebf76

Browse files
authored
Merge pull request #12613 from rabbitmq/start-broker-once-in-rabbit_prometheus_http_SUITE-special_chars-group
rabbit_prometheus_http_SUITE: Start broker once in `special_chars` group
2 parents 3df9675 + d6024e3 commit beebf76

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)