Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
louiseschmidtgen committed Nov 13, 2024
1 parent 5b73cf6 commit ba35a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/performance/tests/test_util/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

# KUBE_BURNER_URL is the version of kube-burner to use.
KUBE_BURNER_URL = (
os.getenv("TEST_KUBE_BURNER_VERSION")
os.getenv("TEST_KUBE_BURNER_URL")
or "https://github.com/kube-burner/kube-burner/releases/download/v1.2/kube-burner-1.2-Linux-x86_64.tar.gz"
)

Expand Down

0 comments on commit ba35a7b

Please sign in to comment.