Skip to content

Commit

Permalink
fix: failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
gromdimon committed Aug 14, 2023
1 parent bfa5317 commit 42c2d02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions samplesheets/tests/test_views_ajax.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ def test_get(self):
'description': None,
'comments': None,
},
'project_uuid': str(self.project.sodar_uuid),
'user_uuid': str(self.user.sodar_uuid),
'studies': {
str(self.study.sodar_uuid): {
Expand Down Expand Up @@ -324,6 +325,7 @@ def test_no_sheets(self):
),
'alerts': [],
'investigation': {},
'project_uuid': str(self.project.sodar_uuid),
'user_uuid': str(self.user.sodar_uuid),
'studies': {},
'perms': {
Expand Down

0 comments on commit 42c2d02

Please sign in to comment.