dash, tests

This commit is contained in:
Dobromir Popov
2026-07-14 12:26:10 +02:00
parent d1a1400db9
commit 13d82f8032
11 changed files with 93 additions and 81 deletions

View File

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