diff --git a/network-tests/conftest.py b/network-tests/conftest.py index 2fe764f..0687a1d 100644 --- a/network-tests/conftest.py +++ b/network-tests/conftest.py @@ -18,7 +18,7 @@ def omq(): @pytest.fixture(scope="module") def sns(omq): remote = omq.connect_remote(Address("curve://public.loki.foundation:38161/80adaead94db3b0402a6057869bdbe63204a28e93589fd95a035480ed6c03b45")) - x = omq.request_future(remote, "rpc.get_service_nodes").get() + x = omq.request_future(remote, "rpc.get_service_nodes", b'{"active_only": true}').get() assert(len(x) == 2 and x[0] == b'200') return json.loads(x[1])