From 42c2d0215218de5e9e51d8f1c2d2e09519280468 Mon Sep 17 00:00:00 2001 From: gromdimon Date: Mon, 14 Aug 2023 12:13:06 +0200 Subject: [PATCH] fix: failing test --- samplesheets/tests/test_views_ajax.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/samplesheets/tests/test_views_ajax.py b/samplesheets/tests/test_views_ajax.py index de47c30a..9946a1c8 100644 --- a/samplesheets/tests/test_views_ajax.py +++ b/samplesheets/tests/test_views_ajax.py @@ -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): { @@ -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': {