Fix tests

This commit is contained in:
Jonny Barnes 2017-02-16 15:42:44 +00:00
parent b8c0724036
commit 0ca17f2d0a
3 changed files with 9 additions and 9 deletions

View file

@ -166,7 +166,7 @@ class MicropubController extends Controller
return response()->json([
'response' => 'error',
'error' => 'no_token',
'error_description'
'error_description' => 'No token provided with request'
], 400);
}
}