mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2024-11-17 16:09:14 +00:00
use kill() instead of terminate in huey tests
This commit is contained in:
parent
2b19633cbd
commit
9954737791
|
@ -37,7 +37,7 @@ def huey_queues(not_immediate):
|
|||
|
||||
yield huey
|
||||
|
||||
consumer_handle.terminate()
|
||||
consumer_handle.kill()
|
||||
|
||||
|
||||
def test_huey(huey_queues):
|
||||
|
|
Loading…
Reference in a new issue