fix tests

This commit is contained in:
Dennis Eichhorn 2023-09-25 22:54:39 +00:00
parent 0ee73e0a09
commit 3d36699ed8
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@
"load": [
{
"pid": [
"/warehouse/stocktaking"
"/warehouse/labeling"
],
"type": 4,
"for": 0,

View File

@ -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;
}