Skip to content

Commit

Permalink
Fixes integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiubelu committed Oct 13, 2024
1 parent 7dbffa5 commit de6a92f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/integration/test_falco.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,7 @@ def _get_falco_helm_cmd(falco_version: str):
)

driver_loader_rock = env_util.get_build_meta_info_for_rock_version(
"falco-driver-loader", image_version, "amd64"
)

driver_loader_rock = env_util.get_build_meta_info_for_rock_version(
"falco-driver-loader", image_version, "amd64"
"falco-driver-loader", falco_version, "amd64"
)

images = [
Expand Down

0 comments on commit de6a92f

Please sign in to comment.