hurl/integration/tests/put.py

7 lines
85 B
Python
Raw Normal View History

2020-08-27 10:07:46 +03:00
from tests import app
@app.route("/put", methods=["PUT"])
2020-08-27 10:07:46 +03:00
def put():
return ""