mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-16 18:01:38 +00:00
Use Graby's http headers configuration for the authentication request
This commit is contained in:
parent
b905a2c856
commit
d58549472c
5 changed files with 96 additions and 1 deletions
|
@ -37,6 +37,9 @@ class SiteConfigTest extends TestCase
|
|||
],
|
||||
'username' => 'johndoe',
|
||||
'password' => 'unkn0wn',
|
||||
'httpHeaders' => [
|
||||
'user-agent' => 'Wallabag (Guzzle/5)',
|
||||
],
|
||||
]);
|
||||
|
||||
$this->assertInstanceOf(SiteConfig::class, $config);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue