Merge "Remove un-used stub"

This commit is contained in:
Zuul 2018-05-26 06:53:40 +00:00 committed by Gerrit Code Review
commit 4518d95b6f

View File

@ -562,9 +562,6 @@ class TestWSGI(unittest.TestCase):
use = egg:swift#proxy use = egg:swift#proxy
""" """
def argspec_stub(server):
return mock.MagicMock(args=['capitalize_response_headers'])
contents = dedent(config) contents = dedent(config)
with temptree(['proxy-server.conf']) as t: with temptree(['proxy-server.conf']) as t:
conf_file = os.path.join(t, 'proxy-server.conf') conf_file = os.path.join(t, 'proxy-server.conf')