Skip to content

Commit 165b227

Browse files
committed
auth_SUITE: Declare test auth backend module
[Why] rabbit_access_control now ensures all configured auth backend modules are provided by `rabbit` or an enabled plugin. This is not the case for this testsuite's own auth backend. [How] Declare `rabbit_auth_backend_mqtt_mock` as a test auth backend module.
1 parent ca1d569 commit 165b227

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deps/rabbitmq_mqtt/test/auth_SUITE.erl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,8 @@ auth_config(T) when T == client_id_propagation;
251251
T == ssl_user_with_client_id_in_cert_san_email;
252252
T == ssl_user_with_client_id_in_cert_dn ->
253253
{rabbit, [
254-
{auth_backends, [rabbit_auth_backend_mqtt_mock]}
254+
{auth_backends, [rabbit_auth_backend_mqtt_mock]},
255+
{test_auth_backends, [rabbit_auth_backend_mqtt_mock]}
255256
]
256257
};
257258

0 commit comments

Comments
 (0)