We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c6e492 commit e6657c9Copy full SHA for e6657c9
1 file changed
tests/unit/test_workflow.py
@@ -39,7 +39,7 @@ def test_workflow_creation(self, workflow: Workflow) -> None:
39
"createdAt": workflow.created_at,
40
"schemaVersion": f"{__schema_version__}",
41
"author": {
42
- "name": "8uf",
+ "name": f"{workflow.author_name}",
43
"email": "support@wfcommons.org"
44
},
45
"workflow": {
0 commit comments