hurl/integration/tests/error_query_header_not_found.py

7 lines
130 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("/error-query-header-not-found")
def error_query_header_not_found():
return "Hello World!"