diff --git a/tests/Controller/SearchControllerTest.php b/tests/Controller/SearchControllerTest.php index 21b9895..476e392 100755 --- a/tests/Controller/SearchControllerTest.php +++ b/tests/Controller/SearchControllerTest.php @@ -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);