_ override Settings
Override parts of the settings response for testing purposes. Pass a map following the same JSON hierarchy as the settings response. The overrides are deep-merged with the server response — only the keys you provide are replaced.
Can be called before or after start():
Before start: overrides are stored and applied when settings are fetched.
After start (settings already loaded): overrides are applied immediately.