locustio / locust

Write scalable load tests in plain Python 🚗💨
https://locust.cloud
MIT License
25.12k stars 3k forks source link

Filename from URL Should Strip Query Params #2887

Closed andrewbaldwin44 closed 2 months ago

andrewbaldwin44 commented 2 months ago

download_locustfile_from_url parses the locust filename from the URL, but it does not take into account if query parameters are present in the request. This fixes the issue