hurl/integration/tests_failed/template_variable_not_renderable.py

7 lines
94 B
Python
Raw Normal View History

from app import app
2020-08-27 10:07:46 +03:00
2020-08-27 10:07:46 +03:00
@app.route("/get-list")
def get_list():
return '{"values":[1,2,3]}'