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
path: root/ui
diff options
context:
space:
mode:
authorVladimirs Maksimovs <vladimirs.maksimovs@zabbix.com>2021-05-08 13:54:26 +0300
committerVladimirs Maksimovs <vladimirs.maksimovs@zabbix.com>2021-05-08 13:54:26 +0300
commitc884f3f10920292548ee2a8801b3da048daba31c (patch)
treed72f093fe33233bb959a225d259ba9df71d2148c /ui
parent21d37d468f21fcc9e22669fd1a4b4884229b3541 (diff)
.......... [ZBXNEXT-114,ZBXNEXT-6572] fixed valuemaps integration tests
Diffstat (limited to 'ui')
-rw-r--r--ui/tests/integration/testValuemaps.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/tests/integration/testValuemaps.php b/ui/tests/integration/testValuemaps.php
index 79e63b660d6..14000e5c3a8 100644
--- a/ui/tests/integration/testValuemaps.php
+++ b/ui/tests/integration/testValuemaps.php
@@ -275,7 +275,7 @@ class testValuemaps extends CIntegrationTest {
$response = $this->call('trigger.create', [
'description' => ' {ITEM.VALUE}',
- 'expression' => 'last{'.self::HOST_NAME.'/'.self::ITEM_NAME.')='.$inputData
+ 'expression' => 'last('.self::HOST_NAME.'/'.self::ITEM_NAME.')='.$inputData
]);
$this->assertArrayHasKey('triggerids', $response['result']);
$this->assertEquals(1, count($response['result']['triggerids']));