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 84d8b8a commit 3d5e459Copy full SHA for 3d5e459
tests/test_parser.py
@@ -111,8 +111,8 @@ def test_get_default_id_from_graph() -> None:
111
112
def test_get_default_id_from_graph_without_main() -> None:
113
"""Test that loading the default id of a CWL document with $graph property and no `#main` id throws an error.""" # noqa: B950
114
+ uri = Path(get_data("testdata/js-expr-req-wf.cwl")).resolve().as_uri()
115
with raises(GraphTargetMissingException):
- uri = Path(get_data("testdata/js-expr-req-wf.cwl")).resolve().as_uri()
116
load_document_by_uri(uri)
117
118
0 commit comments