Tests: small fixes.

This commit is contained in:
Andrey Zelenkov
2018-01-30 16:16:42 +03:00
parent cb80be00a5
commit f115cb7032
3 changed files with 9 additions and 21 deletions

View File

@@ -21,7 +21,7 @@ def create_file():
atexit.register(create_file)
def application(env, start_response):
start_response('200 OK', [('Content-Type','text/html')])
start_response('200', [('Content-Length', '0')])
return []
""" % (self.testdir + '/atexit'), 'py_app'