Adjust token name
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
parent
538112181f
commit
7927aed991
1 changed files with 1 additions and 1 deletions
|
@ -956,7 +956,7 @@ class SessionTest extends \Test\TestCase {
|
|||
$request->expects($this->once())
|
||||
->method('getHeader')
|
||||
->with('Authorization')
|
||||
->will($this->returnValue('token xxxxx'));
|
||||
->will($this->returnValue('Bearer xxxxx'));
|
||||
$this->tokenProvider->expects($this->once())
|
||||
->method('getToken')
|
||||
->with('xxxxx')
|
||||
|
|
Loading…
Reference in a new issue