hurl/integration/tests/error_template_variable_not_renderable.py
2020-08-27 16:44:57 +02:00

6 lines
95 B
Python

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