From 4d2d702451b2717978b3b3a0b3bed4d8d4540d0a Mon Sep 17 00:00:00 2001 From: Leo Kiiski Date: Mon, 30 Mar 2020 14:18:54 +0300 Subject: [PATCH] Fix token-type header key in testing example (#1390) --- docs/usage/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/testing.md b/docs/usage/testing.md index 830a60a98..78bbfd85a 100644 --- a/docs/usage/testing.md +++ b/docs/usage/testing.md @@ -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