mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-22 17:11:07 +00:00
CS
This commit is contained in:
parent
d03b72f405
commit
bb86dc6486
1 changed files with 1 additions and 1 deletions
|
@ -310,7 +310,7 @@ class EntryRestControllerTest extends WallabagApiTestCase
|
|||
|
||||
public function testGetTaggedEntriesWithBadParams()
|
||||
{
|
||||
$this->client->request('GET', '/api/entries', ['tags' => ['foo','bar']]);
|
||||
$this->client->request('GET', '/api/entries', ['tags' => ['foo', 'bar']]);
|
||||
|
||||
$this->assertSame(200, $this->client->getResponse()->getStatusCode());
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue