Skip to content

Commit

Permalink
:)
Browse files Browse the repository at this point in the history
  • Loading branch information
200-0K authored Dec 24, 2023
1 parent 044f986 commit 56a81a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/MiddlewareTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public function testTokenInAuthorizationHeader()
$this->assertEquals("foobar", $middleware->findJWT($request));

$request = new \Illuminate\Http\Request();
$request->headers->set('Authorization', 'Token baz');
$request->headers->set('Authorization', 'Bearer baz');
$this->assertEquals("baz", $middleware->findJWT($request));

$request = new \Illuminate\Http\Request();
Expand Down

0 comments on commit 56a81a7

Please sign in to comment.