forked from goodboy/tractor
Use allocated arbiter port in local reg test
parent
1ae0efb033
commit
0c8dcd0ec5
|
@ -31,7 +31,7 @@ def test_no_main():
|
||||||
|
|
||||||
|
|
||||||
@tractor_test
|
@tractor_test
|
||||||
async def test_self_is_registered():
|
async def test_self_is_registered(arb_addr):
|
||||||
"Verify waiting on the arbiter to register itself using the standard api."
|
"Verify waiting on the arbiter to register itself using the standard api."
|
||||||
actor = tractor.current_actor()
|
actor = tractor.current_actor()
|
||||||
assert actor.is_arbiter
|
assert actor.is_arbiter
|
||||||
|
|
Loading…
Reference in New Issue