Fix tests
This commit is contained in:
parent
b8c0724036
commit
0ca17f2d0a
3 changed files with 9 additions and 9 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue