hurl/integration/tests/error_assert_newline.py

7 lines
118 B
Python
Raw Normal View History

from tests import app
@app.route("/error-assert-newline")
def error_assert_newline():
return '<p>Hello</p>\n\n'