Fix typo for an error message in wait_for_triggers()

Change-Id: Ic7d9e2e3fe2b82c9c67195b9fd2fd163845bae61
This commit is contained in:
Ruslan Khozinov 2017-03-01 11:57:00 +00:00
parent 41195d5258
commit 993c2d3d4a
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ class ZabbixApi(base_test.PluginApi):
found = True
if line["priority"] != trigger["priority"]:
logger.error(
"Trigger '{0}' has wrong priority! Expecteed"
"Trigger '{0}' has wrong priority! Expected"
" '{1}' but found '{2}'".format(
line["description"], trigger["priority"],
line["priority"]))