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() ->
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
5656init_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 ),
You can’t perform that action at this time.
0 commit comments