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-11 12:31:15 +0300
committerDmitrijs Goloscapovs <dmitrijs.goloscapovs@zabbix.com>2022-11-11 12:31:15 +0300
commit8fe758308d46958ddee5fc3438054d7883ccfed0 (patch)
treecf529400292be511e6f4ab1963bfcba5d919ac28
parentaebf0781549ed901e69e4b7687eadd9fab632b94 (diff)
.......... [DEV-2329] fix
-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']);
}
/**