mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-14 08:17:13 +03:00
tests: journal_lock: Use .getbasetemp() in test_obtain_lock_already_locked
This commit is contained in:
parent
fb0c139865
commit
34f1989b0b
@ -277,7 +277,7 @@ class TestJournalLock:
|
||||
continue_q: mp.Queue = mp.Queue()
|
||||
exit_q: mp.Queue = mp.Queue()
|
||||
locker = mp.Process(target=other_process_lock,
|
||||
args=(continue_q, exit_q, mock_journaldir)
|
||||
args=(continue_q, exit_q, mock_journaldir.getbasetemp())
|
||||
)
|
||||
print('Starting sub-process other_process_lock()...')
|
||||
locker.start()
|
||||
|
Loading…
x
Reference in New Issue
Block a user