Skip to content

Commit f5ea10e

Browse files
Squash a compiler warning in a test
1 parent 60e074d commit f5ea10e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

deps/rabbitmq_auth_backend_oauth2/test/unit_SUITE.erl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,6 @@ test_successful_access_with_a_parsed_token(_) ->
660660
application:set_env(rabbitmq_auth_backend_oauth2, key_config, UaaEnv),
661661
application:set_env(rabbitmq_auth_backend_oauth2, resource_server_id, <<"rabbitmq">>),
662662

663-
VHost = <<"vhost">>,
664663
Username = <<"username">>,
665664
Token = ?UTIL_MOD:sign_token_hs(?UTIL_MOD:token_with_sub(?UTIL_MOD:fixture_token(), Username), Jwk),
666665
{ok, #auth_user{impl = Impl} } =

0 commit comments

Comments
 (0)