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

8 lines
95 B
Python

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