dash, tests
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user