Update test to work with species -> species_name rename.
[htsworkflow.git] / htsworkflow / submission / test / test_daf.py
index c7227216e42d2582129c8dae9dacc1d88638b499..7959d1e13d9a323281885d63454790f34f85c48f 100644 (file)
@@ -247,7 +247,7 @@ thisView:FastqRd1 dafTerm:filename_re ".*\\\\.fastq" ;
         # server is 500 for this library
         self.failUnlessEqual(gel_cut, 100)
 
-        species = daf_mapper._get_library_attribute(libNode, 'species')
+        species = daf_mapper._get_library_attribute(libNode, 'species_name')
         self.failUnlessEqual(species, "Homo sapiens")
 
         with mktempdir('analysis') as analysis_dir: