summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-06-14 23:35:32 +0000
committerGerrit Code Review <review@openstack.org>2017-06-14 23:35:32 +0000
commit4515002d78c4ab28e65bcb52108f340d108708e1 (patch)
tree4eb7a2f06253a6764f109d0a8887122106b4e777 /tests
parent74eb91b176464dcac225e7b8152e3a933fdf30ee (diff)
parentaaaed55cd46902612f1ba93ac3394cfd99679b00 (diff)
downloadpython-swiftclient-4515002d78c4ab28e65bcb52108f340d108708e1.tar.gz
Merge "Stop sending X-Static-Large-Object headers"
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/test_shell.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unit/test_shell.py b/tests/unit/test_shell.py
index fba9be7..db96df7 100644
--- a/tests/unit/test_shell.py
+++ b/tests/unit/test_shell.py
@@ -717,7 +717,6 @@ class TestShell(unittest.TestCase):
mock.ANY,
headers={
'x-object-meta-mtime': mock.ANY,
- 'x-static-large-object': 'true'
},
query_string='multipart-manifest=put',
response_dict={})