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