more j -> workflow_job renaming

This commit is contained in:
Chris Meyers
2016-11-17 10:47:04 -05:00
parent 07996abf64
commit ef0df1fefd
3 changed files with 3 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ class TestWorkflowJobTemplateSerializerGetRelated():
return wfjt
@pytest.mark.parametrize("related_resource_name", [
'jobs',
'workflow_jobs',
'launch',
'workflow_nodes',
])