Skip to content

Commit

Permalink
Fix test issue probably caused by updated configargparse version.
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw committed Mar 23, 2021
1 parent f61ae7d commit 25883d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion locust/test/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 25883d0

Please sign in to comment.