hurl/integration/tests_ok/capture_and_assert.py

7 lines
108 B
Python
Raw Normal View History

from app import app
2020-08-27 10:07:46 +03:00
@app.route("/capture-and-assert")
def capture_and_assert():
return "Hello World!"