From bc70a9326af461e85d0ba8322f322527243acd99 Mon Sep 17 00:00:00 2001 From: Lars Holmberg Date: Sat, 7 Aug 2021 22:43:10 +0200 Subject: [PATCH] update tests: Add parsed_options to spawn message in one (last?) place. --- locust/test/test_runners.py | 1 + 1 file changed, 1 insertion(+) diff --git a/locust/test/test_runners.py b/locust/test/test_runners.py index 0335b955b1..b003911657 100644 --- a/locust/test/test_runners.py +++ b/locust/test/test_runners.py @@ -2331,6 +2331,7 @@ def the_task(self): "user_classes_count": {"MyTestUser": 1}, "host": "", "stop_timeout": 1, + "parsed_options": {}, }, "dummy_client_id", )