hurl/integration/tests_failed/query_header_not_found.py

7 lines
128 B
Python

from app import app
@app.route("/error-query-header-not-found")
def error_query_header_not_found():
return "Hello World!"