Use allocated arbiter port in local reg test

dereg_on_channel_aclose
Tyler Goodlet 2020-08-13 11:54:37 -04:00
parent 1ae0efb033
commit 0c8dcd0ec5
1 changed files with 1 additions and 1 deletions

View File

@ -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