From e45d30d6b7b596b80c63e75018ad07582d705ee1 Mon Sep 17 00:00:00 2001 From: Alistair Coles Date: Wed, 27 Jan 2016 10:18:37 +0000 Subject: [PATCH] Remove unnecessary code from test_account.py Change-Id: Ia197ba08a606421244d5b94a900bdc39bc5da647 --- test/unit/proxy/controllers/test_account.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/unit/proxy/controllers/test_account.py b/test/unit/proxy/controllers/test_account.py index a73c3ca713..8a7dc2583f 100644 --- a/test/unit/proxy/controllers/test_account.py +++ b/test/unit/proxy/controllers/test_account.py @@ -220,7 +220,6 @@ class TestAccountController(unittest.TestCase): # Verify that a GET/HEAD which receives privileged headers from the # account server will strip those headers for non-swift_owners - hdrs_ext, hdrs_int = self._make_user_and_sys_acl_headers_data() headers = { 'x-account-meta-harmless': 'hi mom', 'x-account-meta-temp-url-key': 's3kr1t',