diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 60e8733..606afbe 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 diff --git a/pineapple_grape_grape_pineapple b/pineapple_grape_grape_pineapple deleted file mode 100644 index cd524f6..0000000 --- a/pineapple_grape_grape_pineapple +++ /dev/null @@ -1 +0,0 @@ -blueberry blueberry orange mango raspberry blueberry banana blueberry \ No newline at end of file