Skip to content

Commit 50c98bc

Browse files
Auth backend HTTP: test naming
1 parent b09bfb2 commit 50c98bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps/rabbitmq_auth_backend_http/test/auth_SUITE.erl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ shared() ->
5050
grants_access_to_user_skipping_internal_authprops,
5151
grants_access_to_user_with_credentials_in_rabbit_auth_backend_http,
5252
grants_access_to_user_with_credentials_in_rabbit_auth_backend_cache,
53-
grants_access_to_ssl_user_with_none_password
53+
grants_access_to_ssl_user_without_a_password
5454
].
5555

5656
init_per_suite(Config) ->
@@ -104,7 +104,7 @@ grants_access_to_user(Config) ->
104104
?assertMatch({U, T, AuthProps},
105105
{User#auth_user.username, User#auth_user.tags, (User#auth_user.impl)()}).
106106

107-
grants_access_to_ssl_user_with_none_password(Config) ->
107+
grants_access_to_ssl_user_without_a_password(Config) ->
108108
case ?config(group, Config) of
109109
over_https ->
110110
#{username := U, tags := T} = ?config(allowed_user_2, Config),

0 commit comments

Comments
 (0)