Skip to content

Commit

Permalink
getting closer each time
Browse files Browse the repository at this point in the history
  • Loading branch information
dakota-byte committed Jun 25, 2024
1 parent f360fcb commit 44d36e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
curl -si -X POST http://localhost:4221/files/pineapple_grape_grape_pineapple \
-H "ConteNt-LEngth:69" \
-H "Content-type :application/octet-stream" \
-d 'blueberry blueberry orange mango raspberry blueberry banana blueberry'
-d 'blueberry blueberry orange mango raspberry blueberry banana blueberry' \
--output response.raw
printf "HTTP/1.1 201 Created\r\n\r\n" > expected.raw
if ! diff response.raw expected.raw; then
Expand Down
1 change: 0 additions & 1 deletion pineapple_grape_grape_pineapple

This file was deleted.

0 comments on commit 44d36e4

Please sign in to comment.