Skip to content

Commit e3e74b0

Browse files
committed
fix URL path
1 parent 7160a3e commit e3e74b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cwl_utils/tests/test_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
TEST_v1_0_CWL = get_path("testdata/md5sum.cwl")
2020
TEST_v1_0_CWL_REMOTE = (
2121
"https://raw.githubusercontent.com/"
22-
"common-workflow-language/cwl-utils/main/testdata/md5sum.cwl"
22+
"common-workflow-language/cwl-utils/main/cwl_utils/testdata/md5sum.cwl"
2323
)
2424
TEST_v1_2_CWL = get_path("testdata/workflow_input_format_expr_v1_2.cwl")
2525
yaml = YAML(typ="rt")

0 commit comments

Comments
 (0)