Skip to content

Commit 55ab880

Browse files
Fix values to binary
1 parent d044e3a commit 55ab880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/oauth2_client/test/unit_SUITE.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ access_token_response_without_expiration_time(_) ->
306306

307307
can_sign_token(_Config) ->
308308
application:set_env(rabbitmq_auth_backend_oauth2, opaque_token_signing_key,
309-
[{ id, <<"key-id">>, type, hs256, key, <<"some-key">>}]),
309+
[{ <<"id">>, <<"key-id">>, <<"type">>, hs256, <<"key">>, <<"some-key">>}]),
310310

311311
{ok, Value } = oauth2_client:sign_token(#{"scopes" => "a b"}),
312312
ct:log("JWT : ~p", [Value]),

0 commit comments

Comments
 (0)