This commit is contained in:
Jeremy Benoist 2017-10-11 10:51:24 +02:00 committed by Sébastien Viande
parent d03b72f405
commit bb86dc6486

View file

@ -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());
}