We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dd1027 commit 63c7c72Copy full SHA for 63c7c72
tests/test_examples.py
@@ -1525,7 +1525,7 @@ def test_malformed_reqs() -> None:
1525
factory = cwltool.factory.Factory()
1526
with pytest.raises(
1527
ValidationException,
1528
- match=r".*wc-tool-bad-reqs\.cwl:6:1: If 'requirements' is\s*present\s*then\s*it\s*must\s*be\s*a\s*list.*",
+ match=r".*wc-tool-bad-reqs\.cwl:6:1:\s*If\s*'requirements'\s*is\s*present\s*then\s*it\s*must\s*be\s*a\s*list.*",
1529
):
1530
factory.make(get_data("tests/wc-tool-bad-reqs.cwl"))
1531
0 commit comments