Skip to content

Commit ac09ea5

Browse files
Fix a typo in rabbit_oauth2_config_SUITE, references #11965
(cherry picked from commit c831ae4)
1 parent fc0422b commit ac09ea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbitmq_auth_backend_oauth2/test/rabbit_oauth2_config_SUITE.erl

+1-1
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ end_per_group(with_verify_aud_false_for_resource_two, Config) ->
416416
ResourceServers = application:get_env(rabbitmq_auth_backend_oauth2, resource_servers, #{}),
417417
Proplist = maps:get(?RABBITMQ_RESOURCE_TWO, ResourceServers, []),
418418
application:set_env(rabbitmq_auth_backend_oauth2, resource_servers,
419-
map:put(?RABBITMQ_RESOURCE_TWO, proplists:delete(verify_aud, Proplist))),
419+
maps:put(?RABBITMQ_RESOURCE_TWO, proplists:delete(verify_aud, Proplist), ResourceServers)),
420420
Config;
421421
end_per_group(with_default_key, Config) ->
422422
KeyConfig = application:get_env(rabbitmq_auth_backend_oauth2, key_config, []),

0 commit comments

Comments
 (0)