From c30910794953eb8cf04dd782f2d480bc507b131a Mon Sep 17 00:00:00 2001 From: Leonardo Grasso Date: Thu, 23 Jun 2022 15:14:23 +0200 Subject: [PATCH] fix(test): correct "incompat_plugin_api" expectation See https://github.com/falcosecurity/libs/pull/389 Signed-off-by: Leonardo Grasso --- test/falco_tests_plugins.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/falco_tests_plugins.yaml b/test/falco_tests_plugins.yaml index 381c2b03..592628b0 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: "Unsupported plugin required api version 10000000.0.0" + stderr_contains: "Plugin required API version '10000000.0.0' is not supported by the plugin API version of the framework '.*'" conf_file: BUILD_DIR/test/confs/plugins/incompatible_plugin_api.yaml rules_file: - rules/plugins/cloudtrail_create_instances.yaml