test api: add missing cli error message
Signed-off-by: Michal Mielewczyk <michal.mielewczyk@intel.com>
This commit is contained in:
parent
22cb22cfc9
commit
4172fba303
@ -145,6 +145,10 @@ mutually_exclusive_params_load = [
|
||||
r"forbidden."
|
||||
]
|
||||
|
||||
activate_with_different_cache_id = [
|
||||
r"Cache id specified by user and loaded from metadata are different"
|
||||
]
|
||||
|
||||
|
||||
def check_stderr_msg(output: Output, expected_messages):
|
||||
return __check_string_msg(output.stderr, expected_messages)
|
||||
|
Loading…
Reference in New Issue
Block a user