From 53660540867ea8434f6ebbbbde1b8d6b485b456f Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 26 Sep 2023 00:23:13 +0000 Subject: [PATCH] fix tests --- tests/Admin/AdminTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Admin/AdminTest.php b/tests/Admin/AdminTest.php index efb1696..2a94555 100755 --- a/tests/Admin/AdminTest.php +++ b/tests/Admin/AdminTest.php @@ -21,7 +21,7 @@ final class AdminTest extends \PHPUnit\Framework\TestCase { protected const NAME = 'SupplierManagement'; - protected const URI_LOAD = 'http://127.0.0.1/en/purchase/supplier'; + protected const URI_LOAD = 'http://127.0.0.1/en/backend/purchase/supplier'; use \tests\Modules\ModuleTestTrait; }