hurl/integration/tests/assert_base64.py

7 lines
111 B
Python
Raw Normal View History

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