hurl/integration/tests_ok/ignore_asserts.py

8 lines
120 B
Python

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