We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d75e282 commit 81cd1f1Copy full SHA for 81cd1f1
1 file changed
lib/galaxy/app_unittest_utils/galaxy_mock.py
@@ -290,6 +290,7 @@ def __init__(self, **kwargs):
290
self.monitor_thread_join_timeout = 1
291
self.integrated_tool_panel_config = None
292
self.vault_config_file = kwargs.get("vault_config_file")
293
+ self.url_headers_config_file = None
294
self.max_discovered_files = 10000
295
self.display_builtin_converters = True
296
self.enable_notification_system = True
0 commit comments