summaryrefslogtreecommitdiff
path: root/test/unit/proxy
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2022-12-06 11:15:53 -0800
committerTim Burke <tim.burke@gmail.com>2022-12-06 11:15:53 -0800
commit597887dedcf1f2c855edfd1c591d4f30222be580 (patch)
treec3f892bf35280eb7323ce07c05a8f4d4897c17f9 /test/unit/proxy
parent745dfec35e50fb4e3fe5d16da431215bf88a835c (diff)
downloadswift-597887dedcf1f2c855edfd1c591d4f30222be580.tar.gz
Extract SwiftHttpProtocol to its own module
Change-Id: I35cade2c46eb6acb66c064cde75d78173f46864c
Diffstat (limited to 'test/unit/proxy')
-rw-r--r--test/unit/proxy/test_server.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/unit/proxy/test_server.py b/test/unit/proxy/test_server.py
index 2f3ac906d..53c17a812 100644
--- a/test/unit/proxy/test_server.py
+++ b/test/unit/proxy/test_server.py
@@ -72,7 +72,8 @@ from swift.common.utils import hash_path, storage_directory, \
parse_content_type, parse_mime_headers, StatsdClient, \
iter_multipart_mime_documents, public, mkdirs, NullLogger, md5, \
node_to_string
-from swift.common.wsgi import loadapp, ConfigString, SwiftHttpProtocol
+from swift.common.wsgi import loadapp, ConfigString
+from swift.common.http_protocol import SwiftHttpProtocol
from swift.proxy.controllers import base as proxy_base
from swift.proxy.controllers.base import get_cache_key, cors_validation, \
get_account_info, get_container_info