Skip to content

Commit

Permalink
See #4842. Fix broken test
Browse files Browse the repository at this point in the history
(cherry picked from commit c267f4d)
(cherry picked from commit 06131e2)
(cherry picked from commit 179c884)
  • Loading branch information
SimonUnge authored and mergify[bot] committed Nov 13, 2022
1 parent 29c8917 commit 0c76945
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps/rabbitmq_auth_backend_ldap/test/system_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -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">>,
Expand Down

0 comments on commit 0c76945

Please sign in to comment.