Auth backend HTTP: test naming

This commit is contained in:
Michael Klishin 2025-02-25 12:32:41 -05:00
parent b09bfb25b6
commit 50c98bcecc
No known key found for this signature in database
GPG Key ID: 44BF2725475205B2
1 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ shared() ->
grants_access_to_user_skipping_internal_authprops,
grants_access_to_user_with_credentials_in_rabbit_auth_backend_http,
grants_access_to_user_with_credentials_in_rabbit_auth_backend_cache,
grants_access_to_ssl_user_with_none_password
grants_access_to_ssl_user_without_a_password
].
init_per_suite(Config) ->
@ -104,7 +104,7 @@ grants_access_to_user(Config) ->
?assertMatch({U, T, AuthProps},
{User#auth_user.username, User#auth_user.tags, (User#auth_user.impl)()}).
grants_access_to_ssl_user_with_none_password(Config) ->
grants_access_to_ssl_user_without_a_password(Config) ->
case ?config(group, Config) of
over_https ->
#{username := U, tags := T} = ?config(allowed_user_2, Config),