Merge branch '2.6'

This commit is contained in:
Yassine Guedidi
2025-04-10 01:29:49 +02:00
28 changed files with 611 additions and 280 deletions

View File

@ -105,7 +105,7 @@ class DeveloperControllerTest extends WallabagTestCase
$this->logInAs('bob');
$client->request('POST', '/developer/client/delete/' . $adminApiClient->getId());
$this->assertSame(404, $client->getResponse()->getStatusCode());
$this->assertSame(400, $client->getResponse()->getStatusCode());
// Try to remove the admin's client with the good user
$this->logInAs('admin');