mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-23 20:12:09 +03:00
7 lines
128 B
Python
7 lines
128 B
Python
from app import app
|
|
|
|
|
|
@app.route("/error-assert-value")
|
|
def error_assert_value():
|
|
return '{ "values": [1,2,3], "count": 2}'
|