Skip to content

Commit

Permalink
Fixes integration test (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiubelu authored Oct 14, 2024
1 parent 7dbffa5 commit 2419b9b
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 2419b9b

Please sign in to comment.