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:
authorJanis Freibergs <janis.freibergs@zabbix.com>2022-05-23 17:01:21 +0300
committerJanis Freibergs <janis.freibergs@zabbix.com>2022-05-23 17:01:21 +0300
commitc6e96aca2fc25b1243a4ab8ac51c30519a2d46c3 (patch)
tree45bcf2cd130d1d2cf5111e429a3b2a29f080503c
parentf7c19b5b5daed572e3c744cac53b10bc1afca134 (diff)
.......... [ZBX-20613] updated test error messages
-rw-r--r--ui/tests/api_json/testTemplate.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/tests/api_json/testTemplate.php b/ui/tests/api_json/testTemplate.php
index 5181945722e..8441ad15ca1 100644
--- a/ui/tests/api_json/testTemplate.php
+++ b/ui/tests/api_json/testTemplate.php
@@ -272,7 +272,7 @@ class testTemplate extends CAPITest {
['templateid' => $templateids[2]]
]
]
- ], 'Cannot link template "test-template-double-link-01" to template "test-template-double-link-04", because its parent template "test-template-double-link-01" will be linked twice.');
+ ], 'Cannot link template "test-template-double-link-01" to template "test-template-double-link-04", because its parent template "test-template-double-link-01" would be linked twice.');
}
public function testTemplate_CreateTriggerDependency() {