From 0c8dcd0ec5b6f4ebf67c129911a58dd5e53e3fce Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Thu, 13 Aug 2020 11:54:37 -0400 Subject: [PATCH] Use allocated arbiter port in local reg test --- tests/test_local.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_local.py b/tests/test_local.py index eb0c676..0a594d0 100644 --- a/tests/test_local.py +++ b/tests/test_local.py @@ -31,7 +31,7 @@ def test_no_main(): @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." actor = tractor.current_actor() assert actor.is_arbiter