Skip to content

Commit b9a3468

Browse files
Implement a test to verify the feature
1 parent be12d16 commit b9a3468

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/it-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ jobs:
312312
actual: ${{ steps.execution.outputs.status }}
313313
comparison: exact
314314

315-
test-dinput-files-arrays:
315+
test-input-files-arrays:
316316
name: "IT Test - Request Postman Echo POST Multipart (multiple files)"
317317
runs-on: ubuntu-latest
318318
steps:
@@ -364,7 +364,7 @@ jobs:
364364
- test-input-responseFile
365365
- test-input-files-without-data
366366
- test-input-file-with-single-file
367-
- test-input-files-array
367+
- test-input-files-arrays
368368
- test-input-data-with-url-encoded-string
369369
- test-input-data-with-url-encoded-json-data
370370
- test-delete-http-method

0 commit comments

Comments
 (0)