Skip to content

Commit

Permalink
Fix galaxy mock for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavcs committed Jan 17, 2025
1 parent 3bd5792 commit 1b69c61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/galaxy/app_unittest_utils/galaxy_mock.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ def __init__(self, **kwargs):
self.custom_activation_email_message = "custom_activation_email_message"
self.email_domain_allowlist_content = None
self.email_domain_blocklist_content = None
self.email_ban_file = None
self.email_from = "email_from"
self.enable_old_display_applications = True
self.error_email_to = "[email protected]"
Expand Down

0 comments on commit 1b69c61

Please sign in to comment.