Skip to content

Commit

Permalink
Implement a test to verify the feature
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienvermeille committed Aug 7, 2024
1 parent be12d16 commit b9a3468
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/it-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ jobs:
actual: ${{ steps.execution.outputs.status }}
comparison: exact

test-dinput-files-arrays:
test-input-files-arrays:
name: "IT Test - Request Postman Echo POST Multipart (multiple files)"
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -364,7 +364,7 @@ jobs:
- test-input-responseFile
- test-input-files-without-data
- test-input-file-with-single-file
- test-input-files-array
- test-input-files-arrays
- test-input-data-with-url-encoded-string
- test-input-data-with-url-encoded-json-data
- test-delete-http-method
Expand Down

0 comments on commit b9a3468

Please sign in to comment.