Skip to content

Commit

Permalink
Fix missing app.config.is_set() in mock config for dry-run
Browse files Browse the repository at this point in the history
  • Loading branch information
natefoo committed Feb 14, 2023
1 parent 6e621a9 commit 5beab2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tpv/core/test/mock_galaxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ def __init__(self, job_conf=None, create_model=False):
default_job_resubmission_condition="",
track_jobs_in_database=True,
server_name="main",
is_set=lambda x: True,
)
self.application_stack = ApplicationStack()
self.job_metrics = JobMetrics()
Expand Down

0 comments on commit 5beab2f

Please sign in to comment.