diff --git a/awx/main/tests/functional/models/test_workflow.py b/awx/main/tests/functional/models/test_workflow.py index 81b86793f7..c4e07ac8c7 100644 --- a/awx/main/tests/functional/models/test_workflow.py +++ b/awx/main/tests/functional/models/test_workflow.py @@ -108,20 +108,17 @@ class TestWorkflowDNR(): Workflow topology: node[0] /\ - s/ \f + s f / \ node[1] node[3] / \ - s/ \f + s f / \ - node[2] node[4] - \ / - \ / - \ / - s f - \ / - \ / - node[5] + node[2] node[4] + \ / + s f + \ / + node[5] """ wfj = WorkflowJob.objects.create() jt = JobTemplate.objects.create(name='test-jt')