From 3d6393ae626ee31108116af077cc747b0fb5752f Mon Sep 17 00:00:00 2001 From: Jason Dellaluce Date: Wed, 8 Feb 2023 21:00:03 +0000 Subject: [PATCH] fix: solve unit test issues Signed-off-by: Jason Dellaluce --- test/falco_tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/falco_tests.yaml b/test/falco_tests.yaml index 6e209c21..8b6b97fd 100644 --- a/test/falco_tests.yaml +++ b/test/falco_tests.yaml @@ -624,7 +624,7 @@ trace_files: !mux disabled_and_enabled_rules_1: exit_status: 1 - stderr_contains: "Runtime error: You can not specify both disabled .-D/-T. and enabled .-t. rules. Exiting." + stderr_contains: "Error: You can not specify both disabled .-D/-T. and enabled .-t. rules" disable_tags: [a] run_tags: [a] rules_file: @@ -633,7 +633,7 @@ trace_files: !mux disabled_and_enabled_rules_2: exit_status: 1 - stderr_contains: "Runtime error: You can not specify both disabled .-D/-T. and enabled .-t. rules. Exiting." + stderr_contains: "Error: You can not specify both disabled .-D/-T. and enabled .-t. rules" disabled_rules: - "open.*" run_tags: [a]