@@ -358,7 +358,7 @@ public function testGrantAccessTokenWithGrantUser() {
358
358
)));
359
359
360
360
$ this ->assertSame (array (
361
- 'content-type ' => array ('application/json;charset=UTF-8 ' ),
361
+ 'content-type ' => array ('application/json ' ),
362
362
'cache-control ' => array ('no-store, private ' ),
363
363
'pragma ' => array ('no-cache ' ),
364
364
), array_diff_key (
@@ -423,7 +423,7 @@ public function testGrantAccessTokenWithGrantUserWithScope() {
423
423
)));
424
424
425
425
$ this ->assertSame (array (
426
- 'content-type ' => array ('application/json;charset=UTF-8 ' ),
426
+ 'content-type ' => array ('application/json ' ),
427
427
'cache-control ' => array ('no-store, private ' ),
428
428
'pragma ' => array ('no-cache ' ),
429
429
), array_diff_key (
@@ -457,7 +457,7 @@ public function testGrantAccessTokenWithGrantUserWithReducedScope() {
457
457
)));
458
458
459
459
$ this ->assertSame (array (
460
- 'content-type ' => array ('application/json;charset=UTF-8 ' ),
460
+ 'content-type ' => array ('application/json ' ),
461
461
'cache-control ' => array ('no-store, private ' ),
462
462
'pragma ' => array ('no-cache ' ),
463
463
), array_diff_key (
@@ -516,7 +516,7 @@ public function testGrantAccessTokenWithGrantExtension() {
516
516
)));
517
517
518
518
$ this ->assertSame (array (
519
- 'content-type ' => array ('application/json;charset=UTF-8 ' ),
519
+ 'content-type ' => array ('application/json ' ),
520
520
'cache-control ' => array ('no-store, private ' ),
521
521
'pragma ' => array ('no-cache ' ),
522
522
), array_diff_key (
0 commit comments