hurl/integration/tests/ignore_asserts.py
2021-09-26 09:56:14 +02:00

7 lines
121 B
Python

from tests import app
from flask import Response
@app.route("/ignore_asserts")
def ignore_asserts():
return 'Hello'