Skip to content

Commit 7803ba4

Browse files
committed
Remove a clause that never matches in tests
Identical clause was found in the same function.
1 parent d08dec1 commit 7803ba4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

deps/rabbitmq_management/test/rabbit_mgmt_wm_auth_SUITE.erl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -538,9 +538,6 @@ end_per_group(with_oauth_disable_basic_auth_false, Config) ->
538538
end_per_group(with_resource_server_id_rabbit, Config) ->
539539
unset_env(rabbitmq_auth_backend_oauth2, resource_server_id),
540540
Config;
541-
end_per_group(with_default_oauth_provider_idp1, Config) ->
542-
unset_env(rabbitmq_auth_backend_oauth2, default_oauth_provider),
543-
Config;
544541
end_per_group(with_mgt_oauth_provider_url_url0, Config) ->
545542
unset_env(rabbitmq_management, oauth_provider_url),
546543
Config;

0 commit comments

Comments
 (0)