Skip to content

Commit 61f7f6b

Browse files
author
Andrey Helldar
committed
Fixed tests
1 parent 00ee4c7 commit 61f7f6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Auth/HeadersTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function testBasic()
3939
$this->assertSame('application/json', Arr::get($auth->headers(), 'Accept'));
4040

4141
$this->assertMatchesRegularExpression(
42-
'/^Basic\s[\w]{8}-[\w]{4}-[\w]{4}-[\w]{4}-[\w]{12}$/',
42+
'/^Bearer\s[\w]{8}-[\w]{4}-[\w]{4}-[\w]{4}-[\w]{12}$/',
4343
Arr::get($auth->headers(), 'Authorization')
4444
);
4545
}

0 commit comments

Comments
 (0)