Skip to content

Commit

Permalink
Updated the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Nov 1, 2019
1 parent 01ea560 commit e9b8939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Http/ClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function testVerifyKey(): void {
protected function setUp(): void {
$this->client = (new Client((string) getenv('AKISMET_API_KEY'), new Blog(new Uri('https://dev.belin.io/akismet.php'))))->setTest(true);

$author = (new Author('192.168.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3851.0 Safari/537.36 Edg/77.0.223.0', 'Akismet'))
$author = (new Author('192.168.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:70.0) Gecko/20100101 Firefox/70.0', 'Akismet'))
->setRole('administrator')
->setUrl(new Uri('https://dev.belin.io/akismet.php'));

Expand Down

0 comments on commit e9b8939

Please sign in to comment.