Fix a typo in rabbit_oauth2_config_SUITE, references #11965

This commit is contained in:
Michael Klishin 2024-09-01 04:50:56 -04:00
parent fa6d89212a
commit c831ae46d1
No known key found for this signature in database
GPG Key ID: FF4F6501646A9C9A
1 changed files with 1 additions and 1 deletions

View File

@ -416,7 +416,7 @@ end_per_group(with_verify_aud_false_for_resource_two, Config) ->
ResourceServers = application:get_env(rabbitmq_auth_backend_oauth2, resource_servers, #{}),
Proplist = maps:get(?RABBITMQ_RESOURCE_TWO, ResourceServers, []),
application:set_env(rabbitmq_auth_backend_oauth2, resource_servers,
map:put(?RABBITMQ_RESOURCE_TWO, proplists:delete(verify_aud, Proplist))),
maps:put(?RABBITMQ_RESOURCE_TWO, proplists:delete(verify_aud, Proplist), ResourceServers)),
Config;
end_per_group(with_default_key, Config) ->
KeyConfig = application:get_env(rabbitmq_auth_backend_oauth2, key_config, []),