hurl/integration/tests/assert_base64.py

5 lines
109 B
Python
Raw Normal View History

2020-08-27 10:07:46 +03:00
from tests import app
@app.route("/assert-base64")
def assert_base64():
return 'line1\nline2\r\nline3\n'