Skip to content

Commit

Permalink
Rename slave -> worker in test_runners.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahima authored May 28, 2020
1 parent 6070c0b commit d22a03f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locust/test/test_runners.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ def incr_stats(l):
# issue start command that should trigger TestUsers to be spawned in the Workers
master.start(6, hatch_rate=1000)
sleep(0.1)
# check that slave nodes have started locusts
# check that worker nodes have started locusts
for worker in workers:
self.assertEqual(2, worker.user_count)
# give time for users to generate stats, and stats to be sent to master
Expand Down

0 comments on commit d22a03f

Please sign in to comment.