hurl/integration/tests/assert_match.py

12 lines
210 B
Python
Raw Normal View History

2020-08-27 10:07:46 +03:00
from tests import app
from flask import Response
@app.route("/assert-match")
def assert_match():
return Response('''{
"date1": "2014-01-01",
"date2": "x2014-01-01"
}''', mimetype='application/json')