Skip to content

Commit

Permalink
fix pipeline mock
Browse files Browse the repository at this point in the history
  • Loading branch information
KateSakharova committed Jan 31, 2024
1 parent 916ce45 commit 948caa8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_utils/emg_fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -1138,6 +1138,8 @@ def run_multiple_analysis_me(study, sample, analysis_status,
)
pipeline5, created5 = emg_models.Pipeline.objects.get_or_create(
pk=6,
release_version='5.0',
release_date='2020-01-01',
)
run = emg_models.Run.objects.create(
run_id=111,
Expand Down

0 comments on commit 948caa8

Please sign in to comment.