Skip to content

Commit 43c59a2

Browse files
Make sure this user is actually passwordless
(cherry picked from commit ee4e687)
1 parent 8068b5c commit 43c59a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/unit_inbroker_parallel_SUITE.erl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -584,6 +584,8 @@ set_tags_for_passwordless_user1(_Config) ->
584584
Password = <<"set_tags_for_passwordless_user">>,
585585
ok = rabbit_auth_backend_internal:add_user(Username, Password,
586586
<<"acting-user">>),
587+
ok = rabbit_auth_backend_internal:clear_password(Username,
588+
<<"acting-user">>),
587589
ok = rabbit_auth_backend_internal:set_tags(Username, [management],
588590
<<"acting-user">>),
589591

0 commit comments

Comments
 (0)