-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3196 from antgonza/2022.04-GUI-review
updates after GUI review
- Loading branch information
Showing
5 changed files
with
12 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1417,8 +1417,9 @@ def test_artifact_setter(self): | |
qdb.sql_connection.perform_as_transaction( | ||
'UPDATE qiita.default_workflow SET artifact_type_id = 10 WHERE ' | ||
'default_workflow_id = 1') | ||
with self.assertRaisesRegex(ValueError, 'taxa_summary is not part of ' | ||
'this preparation and cannot be applied'): | ||
with self.assertRaisesRegex(ValueError, 'This preparation data type: ' | ||
'"16S" and/or artifact type "FASTQ" does ' | ||
'not have valid workflows'): | ||
pt.add_default_workflow(qdb.user.User('[email protected]')) | ||
|
||
# cleaning | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters