This commit is contained in:
Jeremy Benoist
2024-03-19 09:28:19 +01:00
parent 58243b7fcb
commit 6740020b7b
3 changed files with 7 additions and 7 deletions

View File

@ -870,8 +870,8 @@ class EntryRestControllerTest extends WallabagApiTestCase
}
$this->client->request('PATCH', '/api/entries/' . $entry->getId() . '.json', [
'origin_url' => null,
]);
'origin_url' => null,
]);
$this->assertSame(200, $this->client->getResponse()->getStatusCode());