From 5a003cd5999b4a9babf1d2b3d60edb9803e21883 Mon Sep 17 00:00:00 2001 From: Michal Mielewczyk Date: Tue, 15 Mar 2022 08:24:27 +0100 Subject: [PATCH] tests: fix expected error message Signed-off-by: Michal Mielewczyk --- test/functional/api/cas/cli_messages.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/functional/api/cas/cli_messages.py b/test/functional/api/cas/cli_messages.py index 97a4077..b277241 100644 --- a/test/functional/api/cas/cli_messages.py +++ b/test/functional/api/cas/cli_messages.py @@ -81,8 +81,8 @@ stop_cache_mounted_core = [ ] load_and_force = [ - (r"Use of \'load\' and \'force\', \'cache-id\', \'cache-mode\' or \'cache-line-size\'", - r" simultaneously is forbidden.") + r"Use of \'load\' with \'force\', \'cache-id\', \'cache-mode\' or \'cache-line-size\'", + r" simultaneously is forbidden." ] try_add_core_sector_size_mismatch = [