forked from wallabag/wallabag
Convert 403 errors to 404 errors
This commit is contained in:
@ -114,7 +114,7 @@ class SiteCredentialControllerTest extends WallabagTestCase
|
||||
|
||||
$client->request('GET', '/site-credentials/' . $credential->getId() . '/edit');
|
||||
|
||||
$this->assertSame(403, $client->getResponse()->getStatusCode());
|
||||
$this->assertSame(404, $client->getResponse()->getStatusCode());
|
||||
}
|
||||
|
||||
public function testDeleteSiteCredential()
|
||||
|
||||
Reference in New Issue
Block a user