hurl/integration/tests_ok/capture_and_assert.py

7 lines
108 B
Python

from app import app
@app.route("/capture-and-assert")
def capture_and_assert():
return "Hello World!"