Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitrijs Goloscapovs <dmitrijs.goloscapovs@zabbix.com>2022-11-07 02:05:04 +0300
committerDmitrijs Goloscapovs <dmitrijs.goloscapovs@zabbix.com>2022-11-07 02:05:04 +0300
commite5a33d3c8a73b952b7617b9180068ce315dd8ae7 (patch)
tree5d2d77d9d63266408f849dfaf16dfaee26536c8d
parent4a877ce8355307b832cc128a49a908ca219a86b6 (diff)
.......... [DEV-2329] fix
-rw-r--r--ui/tests/integration/testProxyConfSync.php7
1 files changed, 1 insertions, 6 deletions
diff --git a/ui/tests/integration/testProxyConfSync.php b/ui/tests/integration/testProxyConfSync.php
index e18d88d0573..e4a03c9cfe6 100644
--- a/ui/tests/integration/testProxyConfSync.php
+++ b/ui/tests/integration/testProxyConfSync.php
@@ -1008,6 +1008,7 @@ class testProxyConfSync extends CIntegrationTest
$this->purgeExisting('regexp', 'extend');
$this->purgeHostGroups();
$this->purgeGlobalMacros();
+
return true;
}
@@ -1172,7 +1173,6 @@ class testProxyConfSync extends CIntegrationTest
}
$response = $this->call($method . '.delete', $ids);
- var_dump($response);
}
private function createGlobalMacros()
@@ -1538,11 +1538,6 @@ class testProxyConfSync extends CIntegrationTest
$this->loadInitialConfiguration();
- $response = $this->call('host.get', [
- 'output' => 'extend'
- ]);
- var_dump($response);
-
self::startComponent(self::COMPONENT_SERVER);
$this->waitForLogLineToBePresent(self::COMPONENT_SERVER, "End of DCsync_configuration()", true, 30, 1);
self::startComponent(self::COMPONENT_PROXY);