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:
authorArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2019-09-20 15:46:36 +0300
committerArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2019-09-25 14:08:59 +0300
commit80dc39b3093caf84d25f5198e4935bccb4e1a022 (patch)
tree4f1c17eaf6ddcdaec74d18dda55271baeeee309d /tests/libs/zbxprometheus
parent586bc348b0c0c0602489ec4bd5e465edf6cb8397 (diff)
.......... [ZBX-16481] Spelling issues in the code for master
Diffstat (limited to 'tests/libs/zbxprometheus')
-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: =~
---