Skip to content

Commit 4acc0ae

Browse files
authored
Merge pull request #172 from mormahr/fix-basic-test-encoding
Use basic method (no multipart) for basic test case
2 parents 1e64a82 + ac180c3 commit 4acc0ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

e2e/data/basic/run.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ cd "$( cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P )"
1111
curl \
1212
--fail \
1313
--silent \
14-
14+
-H "Content-Type: text/html" \
15+
--data "@index.html" \
1516
"$PDF_SERVICE_URL/generate" \
1617
> generated.pdf
1718

0 commit comments

Comments
 (0)