diff --git a/locust/test/test_main.py b/locust/test/test_main.py index 1452e86f69..d33ad68f71 100644 --- a/locust/test/test_main.py +++ b/locust/test/test_main.py @@ -107,7 +107,9 @@ def test_specify_config_file(self): host = localhost # With "=" u 100 # Short form spawn-rate 5 # long form - headless # boolean + # boolean + headless + # (for some reason an inline comment makes boolean values fail in configargparse nowadays) """ ), suffix=".conf",