We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be12d16 commit b9a3468Copy full SHA for b9a3468
.github/workflows/it-tests.yml
@@ -312,7 +312,7 @@ jobs:
312
actual: ${{ steps.execution.outputs.status }}
313
comparison: exact
314
315
- test-dinput-files-arrays:
+ test-input-files-arrays:
316
name: "IT Test - Request Postman Echo POST Multipart (multiple files)"
317
runs-on: ubuntu-latest
318
steps:
@@ -364,7 +364,7 @@ jobs:
364
- test-input-responseFile
365
- test-input-files-without-data
366
- test-input-file-with-single-file
367
- - test-input-files-array
+ - test-input-files-arrays
368
- test-input-data-with-url-encoded-string
369
- test-input-data-with-url-encoded-json-data
370
- test-delete-http-method
0 commit comments