Skip to content

Commit 8546bb3

Browse files
committed
Remove test for rabbit_log:log/4
1 parent 3cd571f commit 8546bb3

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

deps/rabbitmq_cli/test/diagnostics/log_location_command_test.exs

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -69,16 +69,5 @@ defmodule LogLocationCommandTest do
6969
log_message = "checking the default log file when checking all"
7070
:rpc.call(get_rabbit_hostname(), :logger, :error, [to_charlist(log_message)])
7171
wait_for_log_message(log_message, logfile)
72-
73-
log_message_upgrade = "checking the upgrade log file when checking all"
74-
75-
:rpc.call(get_rabbit_hostname(), :logger, :log, [
76-
:upgrade,
77-
:error,
78-
to_charlist(log_message_upgrade),
79-
[]
80-
])
81-
82-
wait_for_log_message(log_message_upgrade, logfile)
8372
end
8473
end

0 commit comments

Comments
 (0)