10081: Rename cwl.input.json to cwl.input.yml, fix test.
[arvados.git] / sdk / cwl / tests / test_job.py
index ea694e162ce373899f360393aee07344c651931a..fdb4520018fef3906826519ad3db929bd9b2b0e2 100644 (file)
@@ -239,9 +239,9 @@ class TestWorkflow(unittest.TestCase):
                         'TMPDIR': '$(task.tmpdir)'},
                                'task.vwd': {
                                    'workflow.cwl': '$(task.keep)/99999999999999999999999999999999+118/workflow.cwl',
-                                   'cwl.input.json': '$(task.keep)/99999999999999999999999999999999+118/cwl.input.json'
+                                   'cwl.input.yml': '$(task.keep)/99999999999999999999999999999999+118/cwl.input.yml'
                                },
-                    'command': [u'cwltool', u'--no-container', u'--move-outputs', u'workflow.cwl', u'cwl.input.json'],
+                    'command': [u'cwltool', u'--no-container', u'--move-outputs', u'workflow.cwl#main', u'cwl.input.yml'],
                     'task.stdout': 'cwl.output.json'}]},
                 'runtime_constraints': {
                     'min_scratch_mb_per_node': 2048,