Skip to content

Commit 8a621ec

Browse files
Fix test
1 parent b6cc9cb commit 8a621ec

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
@@ -122,7 +122,7 @@ access_token_response_with_expires_in(_) ->
122122
access_token = EncodedToken,
123123
expires_in = ExpiresIn
124124
},
125-
?assertEqual({ok, [{exoires_in, ExpiresIn}]}, oauth2_client:get_expiration_time(AccessTokenResponse)).
125+
?assertEqual({ok, [{expires_in, ExpiresIn}]}, oauth2_client:get_expiration_time(AccessTokenResponse)).
126126

127127
access_token_response_with_exp_in_access_token(_) ->
128128
Jwk = ?UTIL_MOD:fixture_jwk(),

0 commit comments

Comments
 (0)