Update test expectation

References #425, rabbitmq/rabbitmq-server#2363
This commit is contained in:
Michael Klishin 2020-06-08 05:03:55 +03:00
parent 01e974c5dc
commit bda0cbfdc3
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ defmodule RabbitMQCtlTest do
test "An errored command returns an error code" do
command = ["delete_user", "voldemort"]
capture_io(:stderr, fn -> error_check(command, exit_unavailable()) end)
capture_io(:stderr, fn -> error_check(command, exit_software()) end)
end
test "A malformed command with an option as the first command-line arg fails gracefully" do