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

@@ -396,7 +396,7 @@ def test_accounts_gossip_endpoint_applies_events(account_tracker):
def test_accounts_endpoints_404_when_disabled():
"Accounts endpoints 404 when disabled\n\nTags: accounts, auth, http"
tracker = TrackerServer() # no accounts, no billing
tracker = TrackerServer(enable_billing=False) # no accounts, no billing
port = tracker.start()
try:
with pytest.raises(urllib.error.HTTPError) as exc_info: