From ca995df664e8ae5681f51f87c36e2adaf6e36b52 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 9 Jul 2026 06:18:42 +0000 Subject: [PATCH] Add busy_timeout_ms and journal_mode to expected /-/settings.json Refs #2831 Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01N76afGMhBRQk528VF1LTpR --- tests/test_api.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_api.py b/tests/test_api.py index 5ed14283..afc21341 100644 --- a/tests/test_api.py +++ b/tests/test_api.py @@ -694,6 +694,8 @@ async def test_settings_json(ds_client): "max_insert_rows": 100, "max_post_body_bytes": 2 * 1024 * 1024, "sql_time_limit_ms": 200, + "busy_timeout_ms": 5000, + "journal_mode": "", "allow_download": True, "allow_signed_tokens": True, "max_signed_tokens_ttl": 0,