Remove commented out code in test_shell.py
TrivialFix This is patch remove pdb in tackerclient/tests/unit/test_shell.py Change-Id: Ie13f931b6e914eb511cdc4a073b0577b4bab2767
This commit is contained in:
parent
36b52a14a2
commit
c3d69c8e22
@ -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__')
|
||||
|
Loading…
x
Reference in New Issue
Block a user