Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rloomans committed Nov 24, 2020
1 parent 3caf79b commit f9854dd
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion locust/test/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,18 @@ def test_html_report_option(self):
try:
output = (
subprocess.check_output(
["locust", "-f", mocked.file_path, "--host", "https://test.com/", "--run-time", "5s", "--headless", "--html", html_report_file_path],
[
"locust",
"-f",
mocked.file_path,
"--host",
"https://test.com/",
"--run-time",
"5s",
"--headless",
"--html",
html_report_file_path,
],
stderr=subprocess.STDOUT,
timeout=10,
)
Expand Down

0 comments on commit f9854dd

Please sign in to comment.