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:
-rw-r--r--ui/tests/integration/testProxyConfSync.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/tests/integration/testProxyConfSync.php b/ui/tests/integration/testProxyConfSync.php
index abcf2d7a39f..364d7f60401 100644
--- a/ui/tests/integration/testProxyConfSync.php
+++ b/ui/tests/integration/testProxyConfSync.php
@@ -1025,7 +1025,7 @@ class testProxyConfSync extends CIntegrationTest
"port" => PHPUNIT_PORT_PREFIX.self::PROXY_PORT_SUFFIX
]
]);
- //$this->assertArrayHasKey("proxyids", $response['result']);
+ $this->assertArrayHasKey("proxyids", $response['result']);
}
/**