Skip to content

Commit 7b26f44

Browse files
committed
list_policies_command_test.exs: Use a non-deprecated policy
1 parent b8b4b5d commit 7b26f44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbitmq_cli/test/ctl/list_policies_command_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ defmodule ListPoliciesCommandTest do
121121
vhost: @vhost,
122122
name: "other-policy",
123123
pattern: "bar",
124-
definition: "{\"ha-mode\":\"all\"}",
124+
definition: "{\"max-length\":100}",
125125
"apply-to": "all",
126126
priority: 0
127127
}

0 commit comments

Comments
 (0)