hurl/integration/tests/ignore_asserts.py

7 lines
121 B
Python
Raw Normal View History

2021-09-26 10:04:10 +03:00
from tests import app
from flask import Response
@app.route("/ignore_asserts")
def ignore_asserts():
return 'Hello'