Skip to content

Commit e63b6a6

Browse files
policy_SUITE: rename a test
it was named by copying and pasting an adjacent one that indeed had to do with queue type-specific policies but "version-specific" policies is not something RabbitMQ supports References #9547 #9541
1 parent dfe390f commit e63b6a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps/rabbit/test/policy_SUITE.erl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ groups() ->
2828
operator_retroactive_policy_ttl,
2929
operator_retroactive_policy_publish_ttl,
3030
queue_type_specific_policies,
31-
queue_version_specific_policies,
31+
classic_queue_version_policies,
3232
is_supported_operator_policy_expires,
3333
is_supported_operator_policy_message_ttl,
3434
is_supported_operator_policy_max_length,
@@ -257,7 +257,7 @@ queue_type_specific_policies(Config) ->
257257
rabbit_ct_client_helpers:close_connection(Conn),
258258
passed.
259259

260-
queue_version_specific_policies(Config) ->
260+
classic_queue_version_policies(Config) ->
261261
[Server | _] = rabbit_ct_broker_helpers:get_node_configs(Config, nodename),
262262
{Conn, Ch} = rabbit_ct_client_helpers:open_connection_and_channel(Config, 0),
263263
QName = <<"policy_queue_version">>,

0 commit comments

Comments
 (0)