hurl/integration/tests/ignore_asserts.py
2022-02-05 18:15:41 +01:00

8 lines
122 B
Python

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