Skip to content

Commit

Permalink
fix(test): correct "incompat_plugin_api" expectation
Browse files Browse the repository at this point in the history
See falcosecurity/libs#389

Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
  • Loading branch information
leogr authored and poiana committed Jun 23, 2022
1 parent b6245d7 commit c309107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/falco_tests_plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c309107

Please sign in to comment.