mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
Merge pull request #2563 from KallooaSan/PHRAS-1911-fix-route
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