From 07fde46e7c79a34c97dbee87b22a5336acc82ecf Mon Sep 17 00:00:00 2001 From: Jason Dellaluce Date: Wed, 3 Aug 2022 12:56:17 +0000 Subject: [PATCH] fix(test): sync plugin tests to new plugin loader errors Co-authored-by: Andrea Terzolo Signed-off-by: Jason Dellaluce --- test/falco_tests_plugins.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/falco_tests_plugins.yaml b/test/falco_tests_plugins.yaml index c905c445..f59f3aa6 100644 --- a/test/falco_tests_plugins.yaml +++ b/test/falco_tests_plugins.yaml @@ -75,7 +75,7 @@ trace_files: !mux incompat_plugin_api: exit_status: 1 - stderr_contains: "Plugin required API version '10000000.0.0' is not supported by the plugin API version of the framework '.*'" + stderr_contains: "plugin required API version '10000000.0.0' not compatible with the framework's API version '.*'" conf_file: BUILD_DIR/test/confs/plugins/incompatible_plugin_api.yaml rules_file: - rules/plugins/cloudtrail_create_instances.yaml @@ -89,7 +89,7 @@ trace_files: !mux wrong_plugin_path: exit_status: 1 - stderr_contains: "error loading plugin.*No such file or directory. Exiting" + stderr_contains: "cannot load plugin.*No such file or directory" conf_file: BUILD_DIR/test/confs/plugins/wrong_plugin_path.yaml rules_file: - rules/plugins/cloudtrail_incompat_plugin_version.yaml