Skip to content

Commit 8f54143

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 (cherry picked from commit e63b6a6)
1 parent d8652f8 commit 8f54143

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,
@@ -256,7 +256,7 @@ queue_type_specific_policies(Config) ->
256256
rabbit_ct_client_helpers:close_connection(Conn),
257257
passed.
258258

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

0 commit comments

Comments
 (0)