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.
Updated by The Foreman Bot almost 3 years ago
- Status changed from New to Ready For Testing
- Assignee set to Ewoud Kohl van Wijngaarden
- Pull request https://github.com/theforeman/smart-proxy/pull/807 added
Updated by Ewoud Kohl van Wijngaarden over 2 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 6b75029e01767cad7873a5c58971fbbde5aabb65.
Actions