Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
dakota-byte committed Jun 25, 2024
1 parent 29f3543 commit 5563a85
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
run: |
curl --output response0.raw -si -H "Accept-Encoding: gzip" http://localhost:4221/echo/abc
head -n 5 response0.raw > response.raw
printf "HTTP/1.1 200 OK\r\nContent-Type: text/plain\r\nContent-Length: 3\r\n\r\n" > expected.raw
printf "HTTP/1.1 200 OK\r\nContent-Type: text/plain\r\nContent-Length: 23\r\nContent-Encoding: gzip\r\n\r\n" > expected.raw
if ! diff response.raw expected.raw; then
echo "Test failed!"
fi
Expand Down
Binary file modified response.raw
Binary file not shown.
5 changes: 0 additions & 5 deletions response2.raw

This file was deleted.

0 comments on commit 5563a85

Please sign in to comment.