Skip to content

Commit 81cd1f1

Browse files
committed
Adds URL headers config to mock app
1 parent d75e282 commit 81cd1f1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/galaxy/app_unittest_utils/galaxy_mock.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@ def __init__(self, **kwargs):
290290
self.monitor_thread_join_timeout = 1
291291
self.integrated_tool_panel_config = None
292292
self.vault_config_file = kwargs.get("vault_config_file")
293+
self.url_headers_config_file = None
293294
self.max_discovered_files = 10000
294295
self.display_builtin_converters = True
295296
self.enable_notification_system = True

0 commit comments

Comments
 (0)