Skip to content

Commit 9daf44c

Browse files
Remove unnecessary log statement
1 parent d22d9cb commit 9daf44c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

deps/rabbitmq_auth_backend_oauth2/test/rabbit_oauth2_provider_SUITE.erl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,6 @@ get_oauth_provider_with_jwks_uri_returns_error(Config) ->
467467
?config(oauth_provider_id, Config), [jwks_uri]).
468468

469469
get_oauth_provider_has_jwks_uri(Config) ->
470-
ct:log("env vars: ~p", [application:get_all_env(rabbitmq_auth_backend_oauth2)]),
471470
{ok, OAuthProvider} = get_oauth_provider(
472471
?config(oauth_provider_id, Config), [jwks_uri]),
473472
?assertEqual(?config(jwks_uri, Config), OAuthProvider#oauth_provider.jwks_uri).

0 commit comments

Comments
 (0)