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/preprocessing/testFormPreprocessingItem.php')
-rw-r--r--ui/tests/selenium/preprocessing/testFormPreprocessingItem.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/tests/selenium/preprocessing/testFormPreprocessingItem.php b/ui/tests/selenium/preprocessing/testFormPreprocessingItem.php
index 0fbfb79a2d0..e3ac95f33a1 100644
--- a/ui/tests/selenium/preprocessing/testFormPreprocessingItem.php
+++ b/ui/tests/selenium/preprocessing/testFormPreprocessingItem.php
@@ -53,7 +53,7 @@ class testFormPreprocessingItem extends testFormPreprocessing {
['type' => 'Prometheus pattern', 'parameter_1' => '{#METRICNAME}==1']
],
- 'error' => 'Incorrect value for field "params": invalid Prometheus pattern.'
+ 'error' => 'Invalid parameter "/1/preprocessing/1/params/1": invalid Prometheus pattern.'
]
],
[
@@ -71,7 +71,7 @@ class testFormPreprocessingItem extends testFormPreprocessing {
'parameter_3' => '{#LABELNAME}'
]
],
- 'error' => 'Incorrect value for field "params": invalid Prometheus output.'
+ 'error' => 'Invalid parameter "/1/preprocessing/1/params/3": invalid Prometheus label.'
]
],
[
@@ -85,7 +85,7 @@ class testFormPreprocessingItem extends testFormPreprocessing {
['type' => 'Prometheus to JSON', 'parameter_1' => '{#METRICNAME}==1']
],
- 'error' => 'Incorrect value for field "params": invalid Prometheus pattern.'
+ 'error' => 'Invalid parameter "/1/preprocessing/1/params/1": invalid Prometheus pattern.'
]
]
]);