Skip to content

Commit

Permalink
Update path for falcoctl binary.
Browse files Browse the repository at this point in the history
  • Loading branch information
mstemm committed Oct 23, 2019
1 parent 7eebd58 commit 0b885d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/falco_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def setUp(self):
self.falcodir = self.params.get('falcodir', '/', default=build_dir)

self.psp_conv_path = os.path.join(build_dir, "falcoctl")
self.psp_conv_url = "https://github.com/falcosecurity/falcoctl/releases/download/0.0.3/falcoctl-0.0.3-linux-amd64"
self.psp_conv_url = "https://github.com/falcosecurity/falcoctl/releases/download/v0.0.3/falcoctl-0.0.3-linux-amd64"

self.stdout_is = self.params.get('stdout_is', '*', default='')
self.stderr_is = self.params.get('stderr_is', '*', default='')
Expand Down

0 comments on commit 0b885d6

Please sign in to comment.