Skip to content
Snippets Groups Projects
Commit e5ecbbf4 authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

SW-828: fixed typo

parent ddca902f
No related branches found
No related tags found
2 merge requests!74Lofar release 4 0,!72Resolve SW-828
......@@ -44,7 +44,7 @@ with OTDBTestInstance('t_TreeStatusEvents.in.unittest_db.dump.gz') as test_db:
with tmp_exchange.create_temporary_queue() as tmp_queue:
with tmp_queue.create_frombus() as frombus:
t = threading.Thread(target=create_service, args=(tmp_exchange.address, test_db.dbcreds, '/dev/nullz'))
t = threading.Thread(target=create_service, args=(tmp_exchange.address, test_db.dbcreds, '/dev/null'))
t.daemon = True
t.start()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment