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 'tests/libs/zbxprometheus/prometheus_filter_init.yaml')
-rw-r--r--tests/libs/zbxprometheus/prometheus_filter_init.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/libs/zbxprometheus/prometheus_filter_init.yaml b/tests/libs/zbxprometheus/prometheus_filter_init.yaml
index 94606ce23b5..eae93b0715f 100644
--- a/tests/libs/zbxprometheus/prometheus_filter_init.yaml
+++ b/tests/libs/zbxprometheus/prometheus_filter_init.yaml
@@ -56,16 +56,16 @@ out:
pattern: 1
op: ==
---
-test case: 'cpu{decription="CPU \"Intel\""}'
+test case: 'cpu{description="CPU \"Intel\""}'
in:
- filter: 'cpu{decription=~"CPU \"Intel\""}'
+ filter: 'cpu{description=~"CPU \"Intel\""}'
out:
return: SUCCEED
metric:
pattern: cpu
op: =
labels:
- - key: decription
+ - key: description
pattern: CPU "Intel"
op: =~
---