mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-23 20:12:09 +03:00
7 lines
121 B
Python
7 lines
121 B
Python
from app import app
|
|
|
|
|
|
@app.route("/error-assert-base64")
|
|
def error_assert_base64():
|
|
return "line1\nline2\r\nline3\n"
|