Skip to content

Commit

Permalink
Merge pull request #192 from iandyh/jmeter
Browse files Browse the repository at this point in the history
fix: testplan should be the value passed by the constructor
  • Loading branch information
cyberw authored Aug 25, 2024
2 parents d9f71e2 + 1d87a34 commit b225450
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion locust_plugins/listeners/jmeter.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ def __init__(
]

self.user_count = 0
self.testplan = ""
events = self.env.events
if self.is_worker_runner:
events.report_to_master.add_listener(self._report_to_master)
Expand Down

0 comments on commit b225450

Please sign in to comment.