From 54c7e7558f97e429211f8ce190d13c906e1436a9 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Mon, 25 Sep 2023 22:54:38 +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 2fad917..94caa46 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 = 'ContractManagement'; - protected const URI_LOAD = ''; + protected const URI_LOAD = 'http://127.0.0.1/en/backend/contract'; use \tests\Modules\ModuleTestTrait; }