hurl/integration/tests_failed/assert_header_not_found.py

7 lines
130 B
Python

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