File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
deps/rabbitmq_auth_backend_http/test Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ shared() ->
50
50
grants_access_to_user_skipping_internal_authprops ,
51
51
grants_access_to_user_with_credentials_in_rabbit_auth_backend_http ,
52
52
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
54
54
].
55
55
56
56
init_per_suite (Config ) ->
@@ -104,7 +104,7 @@ grants_access_to_user(Config) ->
104
104
? assertMatch ({U , T , AuthProps },
105
105
{User # auth_user .username , User # auth_user .tags , (User # auth_user .impl )()}).
106
106
107
- grants_access_to_ssl_user_with_none_password (Config ) ->
107
+ grants_access_to_ssl_user_without_a_password (Config ) ->
108
108
case ? config (group , Config ) of
109
109
over_https ->
110
110
#{username := U , tags := T } = ? config (allowed_user_2 , Config ),
You can’t perform that action at this time.
0 commit comments