mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-02-14 19:48:41 +00:00
fix tests
This commit is contained in:
parent
1c7ab758f1
commit
634845fb9a
|
|
@ -244,7 +244,7 @@ trait ApiControllerAccountTrait
|
||||||
$request->setData('pass', 'invalid');
|
$request->setData('pass', 'invalid');
|
||||||
|
|
||||||
$this->module->apiLogin($request, $response);
|
$this->module->apiLogin($request, $response);
|
||||||
self::assertInstanceOf('\phpOMS\Model\Message\Notify', $response->get(''));
|
self::assertEquals('warning', $response->get('')['status']);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user