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

8 lines
113 B
Python

# coding=utf-8
from tests import app
@app.route("/assert-regex")
def assert_regex():
return "Hello World!"