Skip to content

Commit

Permalink
Minor test case change to trigger Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
selwin committed Feb 24, 2024
1 parent 6ce1cc6 commit 97b2d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -1245,7 +1245,7 @@ def test_dequeue_random_strategy(self):

def test_request_force_stop_ignores_consecutive_signals(self):
"""Ignore signals sent within 1 second of the last signal"""
queue = Queue(connection=self.testconn)
queue = Queue(connection=self.connection)
worker = Worker([queue])
worker._horse_pid = 1
worker._shutdown_requested_date = utcnow()
Expand Down

0 comments on commit 97b2d83

Please sign in to comment.