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

5 lines
83 B
Python

from tests import app
@app.route('/put', methods=['PUT'])
def put():
return ''