Commit f1250781 authored by Senthil Kumaran's avatar Senthil Kumaran

Fix for Issue7026. Making it self.env.unset

parent 0240c924
......@@ -103,7 +103,7 @@ class ProxyTests(unittest.TestCase):
# Delete all proxy related env vars
for k, v in os.environ.iteritems():
if 'proxy' in k.lower():
env.unset(k)
self.env.unset(k)
def tearDown(self):
# Restore all proxy related env vars
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment