Commit 5117a54
fix: correct curl syntax for file upload test
Fixed multipart/form-data curl command in validate_services function by
removing quotes around $INPUT_DATA variable. This allows bash to properly
expand the -F options as separate arguments to curl instead of treating
them as a single quoted string.
This resolves the HTTP 000 status error where file upload requests were
failing to reach the server.
Changes:
- Line 134: Removed quotes around $INPUT_DATA in HTTP_STATUS curl command
- Line 138: Removed quotes around $INPUT_DATA in CONTENT curl command
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: dittops <dittops@gmail.com>1 parent 6c621b9 commit 5117a54
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
| 138 | + | |
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| |||
0 commit comments