fix tests

This commit is contained in:
Dennis Eichhorn 2023-09-28 01:04:15 +00:00
parent 0c7a4197ed
commit 47c4396cbe

View File

@ -257,7 +257,7 @@ final class ApiController extends Controller
$request->setData('language', $tag['language'], true);
$internalResponse = new HttpResponse();
$this->app->moduleManager->get('Tag')->apiTagCreate($request, $internalResponse, null);
$this->app->moduleManager->get('Tag')->apiTagCreate($request, $internalResponse);
if (!\is_array($data = $internalResponse->get($request->uri->__toString()))) {
continue;