summaryrefslogtreecommitdiff
path: root/tests/urlparser_data/not_found/simple/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/urlparser_data/not_found/simple/__init__.py')
-rw-r--r--tests/urlparser_data/not_found/simple/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/urlparser_data/not_found/simple/__init__.py b/tests/urlparser_data/not_found/simple/__init__.py
index f1e7faa..7186daa 100644
--- a/tests/urlparser_data/not_found/simple/__init__.py
+++ b/tests/urlparser_data/not_found/simple/__init__.py
@@ -1,3 +1,3 @@
def not_found_hook(environ, start_response):
start_response('200 OK', [('Content-type', 'text/plain')])
- return ['not found']
+ return [b'not found']