hurl/integration/tests_failed/assert_base64.py

7 lines
121 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("/error-assert-base64")
def error_assert_base64():
return "line1\nline2\r\nline3\n"