Actions
Feature #34162
closedAllow calling load_test_settings without settings
Description
In smart_proxy_for_testing there's load_test_settings and is usually called as:
load_test_settings(key: value)
But when you just want defaults, it must suddenly be called as:
load_test_settings({})
Adding a default would solve this.
Actions