diff --git a/info.json b/info.json index 3f963c1..80f5e04 100644 --- a/info.json +++ b/info.json @@ -29,7 +29,7 @@ "load": [ { "pid": [ - "/warehouse/stocktaking" + "/warehouse/labeling" ], "type": 4, "for": 0, diff --git a/tests/Admin/AdminTest.php b/tests/Admin/AdminTest.php index 7f740c2..fda46ec 100644 --- a/tests/Admin/AdminTest.php +++ b/tests/Admin/AdminTest.php @@ -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; }