hurl/integration/tests_ok/ignore_asserts.py

8 lines
120 B
Python
Raw Normal View History

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