Update tests for new tractor api
parent
957f1f4b02
commit
cbc1052bfe
|
@ -26,7 +26,6 @@ async def rx_price_quotes_from_brokerd(us_symbols):
|
||||||
'clients': {},
|
'clients': {},
|
||||||
'dtasks': set()
|
'dtasks': set()
|
||||||
},
|
},
|
||||||
main=None, # don't start a main func - use rpc
|
|
||||||
)
|
)
|
||||||
|
|
||||||
# gotta expose in a broker agnostic way...
|
# gotta expose in a broker agnostic way...
|
||||||
|
|
Loading…
Reference in New Issue