hurl/integration/tests/utf8.py
2020-08-27 16:44:57 +02:00

6 lines
101 B
Python

# coding=utf-8
from tests import app
@app.route("/utf8")
def utf8():
return '<data>café</data>'