hurl/integration/tests_failed/template_variable_not_renderable.py

7 lines
94 B
Python

from app import app
@app.route("/get-list")
def get_list():
return '{"values":[1,2,3]}'