mirror of
https://github.com/Karaka-Management/oms-Labeling.git
synced 2026-01-19 21:08:41 +00:00
fix tests
This commit is contained in:
parent
0ee73e0a09
commit
3d36699ed8
|
|
@ -29,7 +29,7 @@
|
|||
"load": [
|
||||
{
|
||||
"pid": [
|
||||
"/warehouse/stocktaking"
|
||||
"/warehouse/labeling"
|
||||
],
|
||||
"type": 4,
|
||||
"for": 0,
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ final class AdminTest extends \PHPUnit\Framework\TestCase
|
|||
{
|
||||
protected const NAME = 'Labeling';
|
||||
|
||||
protected const URI_LOAD = '';
|
||||
protected const URI_LOAD = 'http://127.0.0.1/en/backend/warehouse/labeling';
|
||||
|
||||
use \tests\Modules\ModuleTestTrait;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user