diff options
| author | Min ho Kim <minho42@gmail.com> | 2019-08-23 18:46:43 +1000 |
|---|---|---|
| committer | Carlton Gibson <carlton.gibson@noumenal.es> | 2019-08-23 10:46:43 +0200 |
| commit | 7bd963332017eace00be8caf7dc1b7b304da613a (patch) | |
| tree | c6e31c2ef6af2b1868fdaa3004e4f0388514bc49 /tests/builtin_server | |
| parent | 521308e575e4510ef4256f2ba2943a5e570c9328 (diff) | |
Fixed typos in test names and a comment.
Diffstat (limited to 'tests/builtin_server')
| -rw-r--r-- | tests/builtin_server/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/builtin_server/tests.py b/tests/builtin_server/tests.py index 73e3d0c07e..879a93bc08 100644 --- a/tests/builtin_server/tests.py +++ b/tests/builtin_server/tests.py @@ -66,7 +66,7 @@ def wsgi_app_file_wrapper(environ, start_response): class WSGIFileWrapperTests(TestCase): """ - The wsgi.file_wrapper works for the builting server. + The wsgi.file_wrapper works for the builtin server. Tests for #9659: wsgi.file_wrapper in the builtin server. We need to mock a couple of handlers and keep track of what |
