Disable leftover debug mode
parent
4798d3b5db
commit
5ca963148e
|
@ -170,7 +170,6 @@ def test_multi_actor_subs_arbiter_pub(
|
||||||
async with tractor.open_nursery(
|
async with tractor.open_nursery(
|
||||||
arbiter_addr=arb_addr,
|
arbiter_addr=arb_addr,
|
||||||
enable_modules=[__name__],
|
enable_modules=[__name__],
|
||||||
debug_mode=True,
|
|
||||||
) as n:
|
) as n:
|
||||||
|
|
||||||
name = 'root'
|
name = 'root'
|
||||||
|
|
Loading…
Reference in New Issue