Skip to content

Commit 7e7116a

Browse files
committed
rabbit_log -> logger in MQTT test
1 parent be69ab2 commit 7e7116a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbitmq_mqtt/test/auth_SUITE.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ end_per_testcase(T, Config) when T == queue_bind_permission;
465465
T == loopback_user_connects_from_remote_host ->
466466
%% So let's wait before logs are surely flushed
467467
Marker = "MQTT_AUTH_SUITE_MARKER",
468-
rpc(Config, 0, rabbit_log, error, [Marker]),
468+
rpc(Config, 0, logger, error, [Marker]),
469469
wait_log(Config, [{[Marker], fun () -> stop end}]),
470470

471471
%% Preserve file contents in case some investigation is needed, before truncating.

0 commit comments

Comments
 (0)