Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit 9b17618

Browse files
committed
:octocat:
1 parent 2e0b19e commit 9b17618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Providers/OAuth2ProviderTestAbstract.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ public function testGetRequestAuthorization(){
124124
$token = new AccessToken(['accessTokenSecret' => 'test_token_secret', 'accessToken' => 'test_token']);
125125

126126
// header (default)
127-
$this->assertContains($this->authMethodHeader.' test_token', $this->provider->getRequestAuthorization($request, $token)->getHeaderLine('Authorization'));
127+
$this->assertContains($this->authMethodHeader.'test_token', $this->provider->getRequestAuthorization($request, $token)->getHeaderLine('Authorization'));
128128

129129
// query
130130
$this->setProperty($this->provider, 'authMethod', OAuth2Interface::QUERY_ACCESS_TOKEN);

0 commit comments

Comments
 (0)