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 = '';