Remove un-used stub

The mock call got pulled out in the related change.

Change-Id: Ife1e452fa34026ac934e88a05708cdc5978215e1
Related-Change-Id: Id089e29e7ecfc8cec79c520f604aa01bdae0dcf0
This commit is contained in:
Clay Gerrard 2018-05-24 13:17:51 -07:00
parent 693d9a6570
commit 71b39e4c2d

View File

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