mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
PHRAS-1911 : fix route me/structures
This commit is contained in:
@@ -101,7 +101,7 @@ abstract class ApiTestCase extends \PhraseanetWebTestCase
|
||||
{
|
||||
$this->setToken($this->userAccessToken);
|
||||
|
||||
$route = '/api/v1/me/structure/';
|
||||
$route = '/api/v1/me/structures/';
|
||||
|
||||
$this->evaluateMethodNotAllowedRoute($route, [ 'POST', 'PUT' ]);
|
||||
|
||||
|
Reference in New Issue
Block a user