We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f81af36 commit b53fb5bCopy full SHA for b53fb5b
1 file changed
tests/unit/test_workflow.py
@@ -58,7 +58,7 @@ def test_workflow_creation(self, workflow: Workflow) -> None:
58
"runtimeSystem": {
59
"name": "WfCommons",
60
"version": f"{__version__}",
61
- "url": "https://docs.wfcommons.org/en/v1.1.dev/"
+ "url": f"https://docs.wfcommons.org/en/v{__version__}/"
62
}
63
64
0 commit comments