Fix typo for an error message in wait_for_triggers()
Change-Id: Ic7d9e2e3fe2b82c9c67195b9fd2fd163845bae61
This commit is contained in:
parent
41195d5258
commit
993c2d3d4a
@ -186,7 +186,7 @@ class ZabbixApi(base_test.PluginApi):
|
|||||||
found = True
|
found = True
|
||||||
if line["priority"] != trigger["priority"]:
|
if line["priority"] != trigger["priority"]:
|
||||||
logger.error(
|
logger.error(
|
||||||
"Trigger '{0}' has wrong priority! Expecteed"
|
"Trigger '{0}' has wrong priority! Expected"
|
||||||
" '{1}' but found '{2}'".format(
|
" '{1}' but found '{2}'".format(
|
||||||
line["description"], trigger["priority"],
|
line["description"], trigger["priority"],
|
||||||
line["priority"]))
|
line["priority"]))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user