mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2025-03-18 20:39:46 +00:00
use kill() instead of terminate in huey tests
This commit is contained in:
parent
2b19633cbd
commit
9954737791
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ def huey_queues(not_immediate):
|
||||||
|
|
||||||
yield huey
|
yield huey
|
||||||
|
|
||||||
consumer_handle.terminate()
|
consumer_handle.kill()
|
||||||
|
|
||||||
|
|
||||||
def test_huey(huey_queues):
|
def test_huey(huey_queues):
|
||||||
|
|
Loading…
Add table
Reference in a new issue