mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-01-11 13:38:39 +00:00
fix tests
This commit is contained in:
parent
6cb7ba9897
commit
41cf34c164
|
|
@ -49,6 +49,8 @@ trait ApiControllerModuleTrait
|
|||
$request->setData('status', ModuleStatusUpdateType::UNINSTALL, true);
|
||||
$this->module->apiModuleStatusUpdate($request, $response);
|
||||
self::assertEquals('ok', $response->getData('')['status']);
|
||||
|
||||
$this->module->apiReInit($request, $response);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user