From e9d94a03deedf5910b8ebd05d797061375ec9b9e Mon Sep 17 00:00:00 2001 From: zhangxiquan Date: Wed, 27 Nov 2024 01:46:15 +0000 Subject: [PATCH] + [task#133164,doing,0.5h] cne unit testing. --- module/cne/test/model/uninstallapp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/cne/test/model/uninstallapp.php b/module/cne/test/model/uninstallapp.php index ee491918f8..beadccbf6d 100644 --- a/module/cne/test/model/uninstallapp.php +++ b/module/cne/test/model/uninstallapp.php @@ -23,7 +23,7 @@ $config->CNE->app->domain = 'g79n.corp.cc'; $cneModel = $tester->loadModel('cne'); -$instance = $this->objectModel->loadModel('instance')->getByID(2); +$instance = $cneModel->loadModel('instance')->getByID(2); $apiParams = new stdclass(); $apiParams->cluster = '';