You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make the test robust to fastqc version updates.
Fix this test failure:
```
FAIL: test_shed_serve (tests.test_cmd_serve.ServeTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/travis/build/galaxyproject/planemo/tests/test_cmd_serve.py", line 78, in test_shed_serve
assert found, "Failed to find fastqc id in %s" % tool_ids
AssertionError: Failed to find fastqc id in
[u'CONVERTER_ref_to_seq_taxomony', u'CONVERTER_SMILES_to_inchi', ...
u'toolshed.g2.bx.psu.edu/repos/devteam/fastqc/fastqc/0.72', ...
u'lped2pbedconvert']
```
from https://travis-ci.org/galaxyproject/planemo/jobs/423136116 .
0 commit comments