mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-26 04:23:21 +03:00
7 lines
101 B
Python
7 lines
101 B
Python
from tests import app
|
|
|
|
|
|
@app.route("/error-assert-file")
|
|
def error_assert_file():
|
|
return "Hello"
|