From 0c769456bd4c3c4b8ddca7d4494ae25ff6fe83f5 Mon Sep 17 00:00:00 2001 From: Simon Unge Date: Thu, 10 Nov 2022 14:01:30 -0800 Subject: [PATCH] See #4842. Fix broken test (cherry picked from commit c267f4d82b75257528270d0dbdfc6b1f84a3fa4c) (cherry picked from commit 06131e2eded63a3c6916465914cfb051be4d5c5c) (cherry picked from commit 179c8841a1ca5999dcd85784b9a9732f560aa24f) --- deps/rabbitmq_auth_backend_ldap/test/system_SUITE.erl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deps/rabbitmq_auth_backend_ldap/test/system_SUITE.erl b/deps/rabbitmq_auth_backend_ldap/test/system_SUITE.erl index fbedb1a045d7..be4c4656c04d 100644 --- a/deps/rabbitmq_auth_backend_ldap/test/system_SUITE.erl +++ b/deps/rabbitmq_auth_backend_ldap/test/system_SUITE.erl @@ -457,10 +457,10 @@ topic_authorisation_consumption(Config) -> topic_authorisation_consumption1(Config) -> %% we can't use the LDAP backend record here, falling back to simple tuples Alice = {auth_user,<<"Alice">>, [monitor], - fun() -> {impl,"cn=Alice,ou=People,dc=rabbitmq,dc=com",<<"password">>} end, + fun() -> {impl,"cn=Alice,ou=People,dc=rabbitmq,dc=com",<<"password">>} end }, Bob = {auth_user,<<"Bob">>, [monitor], - fun() -> {impl,"cn=Bob,ou=People,dc=rabbitmq,dc=com",<<"password">>} end, + fun() -> {impl,"cn=Bob,ou=People,dc=rabbitmq,dc=com",<<"password">>} end }, Resource = #resource{virtual_host = <<"/">>, name = <<"amq.topic">>, kind = topic}, Context = #{routing_key => <<"a.b">>,