hurl/integration/tests_ok/assert_base64.py

7 lines
109 B
Python
Raw Normal View History

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