diff --git a/tests/unit/test_workflow.py b/tests/unit/test_workflow.py index 06e9428..250c298 100644 --- a/tests/unit/test_workflow.py +++ b/tests/unit/test_workflow.py @@ -39,7 +39,7 @@ def test_workflow_creation(self, workflow: Workflow) -> None: "createdAt": workflow.created_at, "schemaVersion": f"{__schema_version__}", "author": { - "name": "8uf", + "name": f"{workflow.author_name}", "email": "support@wfcommons.org" }, "workflow": {