14988: Fixes unit test by adding 'x-python' type to the preview-allowed list.
authorLucas Di Pentima <ldipentima@veritasgenetics.com>
Mon, 6 May 2019 14:30:49 +0000 (11:30 -0300)
committerLucas Di Pentima <ldipentima@veritasgenetics.com>
Mon, 6 May 2019 14:30:49 +0000 (11:30 -0300)
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima@veritasgenetics.com>

apps/workbench/config/application.default.yml

index ac061d344fd04c41cf3c35f327c80f92ee8aaa86..d38742248b52fac025d72bf95f89c86e91c29380 100644 (file)
@@ -215,7 +215,7 @@ common:
   # would be enabled in a collection's show page.
   # It is sufficient to list only applications here.
   # No need to list text and image types.
-  application_mimetypes_with_view_icon: [cwl, fasta, go, javascript, json, pdf, python, r, rtf, sam, x-sh, vnd.realvnc.bed, xml, xsl]
+  application_mimetypes_with_view_icon: [cwl, fasta, go, javascript, json, pdf, python, x-python, r, rtf, sam, x-sh, vnd.realvnc.bed, xml, xsl]
 
   # the maximum number of bytes to load in the log viewer
   log_viewer_max_bytes: 1000000