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:
Diffstat (limited to 'ui/tests/selenium/items/testInheritanceItem.php')
-rw-r--r--ui/tests/selenium/items/testInheritanceItem.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/tests/selenium/items/testInheritanceItem.php b/ui/tests/selenium/items/testInheritanceItem.php
index 667e1582233..7eb539763e2 100644
--- a/ui/tests/selenium/items/testInheritanceItem.php
+++ b/ui/tests/selenium/items/testInheritanceItem.php
@@ -75,7 +75,8 @@ class testInheritanceItem extends CLegacyWebTest {
'name' => 'itemInheritance',
'key' => 'key-item-inheritance',
'errors' => [
- 'Item "key-item-inheritance" already exists on "Template inheritance test host", inherited from another template.'
+ 'Cannot inherit LLD rule with key "key-item-inheritance" of template "Inheritance test template" '.
+ 'to host "Template inheritance test host", because a discovered item with the same key already exists.'
]
]
]