We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 550c9ac commit d265b05Copy full SHA for d265b05
qiita_db/metadata_template/test/test_prep_template.py
@@ -1417,8 +1417,9 @@ def test_artifact_setter(self):
1417
qdb.sql_connection.perform_as_transaction(
1418
'UPDATE qiita.default_workflow SET artifact_type_id = 10 WHERE '
1419
'default_workflow_id = 1')
1420
- with self.assertRaisesRegex(ValueError, 'taxa_summary is not part of '
1421
- 'this preparation and cannot be applied'):
+ with self.assertRaisesRegex(ValueError, 'This preparation data type: '
+ '"16S" and/or artifact type "FASTQ" does '
1422
+ 'not have valid workflows'):
1423
pt.add_default_workflow(qdb.user.User('[email protected]'))
1424
1425
# cleaning
0 commit comments