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 2f60704 commit ff29a9aCopy full SHA for ff29a9a
tests/test_load_tool.py
@@ -55,8 +55,8 @@ def test_checklink_outputSource():
55
56
loadingContext = LoadingContext({"do_validate": True})
57
tool = load_tool(get_data("tests/wf/1st-workflow.cwl"), loadingContext)
58
- assert tool.tool["outputs"][0]["outputSource"] == outsrc
+ assert norm(tool.tool["outputs"][0]["outputSource"]) == outsrc
59
60
loadingContext = LoadingContext({"do_validate": False})
61
62
0 commit comments