From 71b39e4c2d4b4d5c896a0287d9198189f0fa4b43 Mon Sep 17 00:00:00 2001 From: Clay Gerrard Date: Thu, 24 May 2018 13:17:51 -0700 Subject: [PATCH] Remove un-used stub The mock call got pulled out in the related change. Change-Id: Ife1e452fa34026ac934e88a05708cdc5978215e1 Related-Change-Id: Id089e29e7ecfc8cec79c520f604aa01bdae0dcf0 --- test/unit/common/test_wsgi.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/unit/common/test_wsgi.py b/test/unit/common/test_wsgi.py index 34311e6ea9..6470f485b5 100644 --- a/test/unit/common/test_wsgi.py +++ b/test/unit/common/test_wsgi.py @@ -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')