Skip to content

Commit

Permalink
Add missing attribute in unit test config
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Sep 22, 2023
1 parent cac5495 commit 3087717
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/galaxy/model/unittest_utils/data_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@ def __init__(self, root=None, **kwd):
self.file_path = os.path.join(self.data_dir, "files")
self.server_name = "main"
self.enable_quotas = False
self.user_library_import_symlink_allowlist = []
self.fetch_url_allowlist_ips = []
self.library_import_dir = None
self.user_library_import_dir = None
self.ftp_upload_dir = None
self.ftp_upload_purge = False

def __del__(self):
if self._remove_root:
Expand Down

0 comments on commit 3087717

Please sign in to comment.