Explicitly list initial_data.json for the test data loader fixtures
[htsworkflow.git] / htsworkflow / pipelines / test / test_retrive_config.py
index d06508e9ed3217aa8475f9ace27c39074d0a0202..cf30dd734e77b5e3d0ea98fd4ad9c00b77f6af5d 100644 (file)
@@ -17,7 +17,8 @@ from htsworkflow.pipelines.retrieve_config import \
      save_sample_sheet
 
 class RetrieveTestCases(TestCase):
-    fixtures = ['test_flowcells.json']
+    fixtures = ['initial_data.json',
+                'test_flowcells.json']
 
     def setUp(self):
         pass