Remove print statement in unit test
Stray print statement in test_client, this removes it. Change-Id: I761da5067747d12d506165817fd5eef31a0ab792
This commit is contained in:
@@ -62,8 +62,6 @@ class ClientTest(utils.TestCase):
|
||||
|
||||
output = self.logger.output.split('\n')
|
||||
|
||||
print("JSBRYANT: output is", output)
|
||||
|
||||
self.assertNotIn("fakePassword", output[1])
|
||||
self.assertIn("fakeUser", output[1])
|
||||
|
||||
|
Reference in New Issue
Block a user