hurl/integration/tests_ok/connect_to.py
Fabrice Reix 62243800e6
Delete Rust integ Test for libcurl/HTTP module
These tests should be covered in the .hurl integ tests.
2023-06-08 09:03:57 +00:00

7 lines
92 B
Python

from app import app
@app.route("/connect-to")
def connect_to():
return "Hello World!"