dash, tests
This commit is contained in:
@@ -32,7 +32,7 @@ def _register_node(tracker_url: str, endpoint: str, shard_start: int, shard_end:
|
||||
@pytest.fixture
|
||||
def two_node_setup():
|
||||
"""Start tracker, two stub nodes, and gateway; yield (gateway_url, node_a, node_b)."""
|
||||
tracker = TrackerServer()
|
||||
tracker = TrackerServer(enable_billing=False)
|
||||
tracker_port = tracker.start()
|
||||
tracker_url = f"http://127.0.0.1:{tracker_port}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user