mirror of
https://github.com/Karaka-Management/oms-Script.git
synced 2026-02-10 10:28:41 +00:00
fix tests
This commit is contained in:
parent
56d2becad1
commit
5df31ad19b
|
|
@ -537,7 +537,7 @@ final class ApiController extends Controller
|
||||||
$request->setData('language', $tag['language'], true);
|
$request->setData('language', $tag['language'], true);
|
||||||
|
|
||||||
$internalResponse = new HttpResponse();
|
$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()))) {
|
if (!\is_array($data = $internalResponse->get($request->uri->__toString()))) {
|
||||||
continue;
|
continue;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user