fix tests

This commit is contained in:
Dennis Eichhorn 2023-09-26 03:03:31 +00:00
parent 6e51c92f6d
commit fda96c3a35

View File

@ -102,7 +102,7 @@ final class SearchControllerTest extends \PHPUnit\Framework\TestCase
$request->createRequestHashs(2);
$request->header->account = 1;
$request->setData('search', ':goto General');
$request->setData('search', ':goto Groups');
$request->setData('app', 'Backend');
$this->module->searchGoto($request, $response);