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/testFormPreprocessingItemPrototype.php')
-rw-r--r--ui/tests/selenium/preprocessing/testFormPreprocessingItemPrototype.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/ui/tests/selenium/preprocessing/testFormPreprocessingItemPrototype.php b/ui/tests/selenium/preprocessing/testFormPreprocessingItemPrototype.php
index f3eceba132d..e71735e60f1 100644
--- a/ui/tests/selenium/preprocessing/testFormPreprocessingItemPrototype.php
+++ b/ui/tests/selenium/preprocessing/testFormPreprocessingItemPrototype.php
@@ -48,7 +48,7 @@ class testFormPreprocessingItemPrototype extends testFormPreprocessing {
'expected' => TEST_GOOD,
'fields' => [
'Name' => 'Prometeus LLD macro in parameters 1',
- 'Key' => 'parameters-macro-1'
+ 'Key' => 'parameters-macro-1[{#KEY}]'
],
'preprocessing' => [
[
@@ -64,7 +64,7 @@ class testFormPreprocessingItemPrototype extends testFormPreprocessing {
'expected' => TEST_GOOD,
'fields' => [
'Name' => 'Prometeus LLD macro in parameters 2',
- 'Key' => 'parameters-macro-2'
+ 'Key' => 'parameters-macro-2[{#KEY}]'
],
'preprocessing' => [
[
@@ -80,7 +80,7 @@ class testFormPreprocessingItemPrototype extends testFormPreprocessing {
'expected' => TEST_GOOD,
'fields' => [
'Name' => 'Prometheus to JSON LLD macro in parameter 1 ',
- 'Key' => 'json-parameter-macro-1'
+ 'Key' => 'json-parameter-macro-1[{#KEY}]'
],
'preprocessing' => [
['type' => 'Prometheus to JSON', 'parameter_1' => '{#METRICNAME}==1']
@@ -92,7 +92,7 @@ class testFormPreprocessingItemPrototype extends testFormPreprocessing {
'expected' => TEST_GOOD,
'fields' => [
'Name' => 'Prometeus to Json LLD macro in parameter 2',
- 'Key' => 'json-parameters-macro-2'
+ 'Key' => 'json-parameters-macro-2[{#KEY}]'
],
'preprocessing' => [
['type' => 'Prometheus to JSON', 'parameter_1' => '{label_name="{#LABELVALUE}"}']