Merge "Remove commented out code in test_shell.py"

This commit is contained in:
Jenkins
2016-09-30 01:48:44 +00:00
committed by Gerrit Code Review

View File

@@ -118,7 +118,6 @@ class ShellTest(testtools.TestCase):
'either --os-url or env[OS_URL]', stderr.strip())
def test_auth(self):
# import pdb; pdb.set_trace()
tacker_shell = openstack_shell.TackerShell('1.0')
self.addCleanup(self.mox.UnsetStubs)
self.mox.StubOutWithMock(clientmanager.ClientManager, '__init__')