hurl/integration/tests_ok/assert_base64.hurl
2022-11-11 14:25:00 +01:00

13 lines
273 B
Plaintext

# Test body response with line ending LF and CRLF.
# We receive the text body "line1\nline2\r\nline3\n"
#
# $ printf "line1\nline2\r\nline3\n" | base64
# bGluZTEKbGluZTINCmxpbmUzCg==
GET http://localhost:8000/assert-base64
HTTP 200
base64,bGluZTEKbGluZTINCmxpbmUzCg==;