Skip to content

Commit fc49e54

Browse files
committed
Fix test input urls
1 parent 5e9271b commit fc49e54

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test_inputs_schema_gen.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# Packed Case
2121
{
2222
"tool_url": f"{TEST_ROOT_URL}/revsort-packed.cwl",
23-
"input_url": f"{TEST_ROOT_URL}/revsort-json.cwl",
23+
"input_url": f"{TEST_ROOT_URL}/revsort-job.json",
2424
},
2525
# The number of parameters is a little large, and the definition itself is a straightforward case.
2626
{
@@ -40,12 +40,12 @@
4040
# SecondaryFiles
4141
{
4242
"tool_url": f"{TEST_ROOT_URL}/secondaryfiles/rename-inputs.cwl",
43-
"input_url": f"{TEST_ROOT_URL}/rename-inputs.yml",
43+
"input_url": f"{TEST_ROOT_URL}/secondaryfiles/rename-inputs.yml",
4444
},
4545
# Stage array
4646
{
4747
"tool_url": f"{TEST_ROOT_URL}/stage-array.cwl",
48-
"input_url": f"{TEST_ROOT_URL}/stage-array-json.json",
48+
"input_url": f"{TEST_ROOT_URL}/stage-array-job.json",
4949
},
5050
]
5151

0 commit comments

Comments
 (0)