Skip to content

Commit

Permalink
Fix token-type header key in testing example (lynndylanhurley#1390)
Browse files Browse the repository at this point in the history
  • Loading branch information
goalaleo committed Mar 30, 2020
1 parent ab050c2 commit 4d2d702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/testing.md
Expand Up @@ -113,7 +113,7 @@ describe 'Whether access is ocurring properly', type: :request do
'client' => client,
'uid' => uid,
'expiry' => expiry,
'token_type' => token_type
'token-type' => token_type
}
auth_params
end
Expand Down

0 comments on commit 4d2d702

Please sign in to comment.