Remove some debug print statements
This is clearly a leftover added while coding. Those print statements just add some noise in our unit test runs. Change-Id: Ib0daea56cb8b1eef73528ba16b88dd3e8fbd86da
This commit is contained in:
parent
b6532ddaad
commit
7ecc0ecb2a
@ -103,5 +103,4 @@ class ServiceClientsFakePrivate(config.TempestConfigPrivate):
|
||||
self._set_attrs()
|
||||
self.fake_service1 = cfg.CONF['fake-service1']
|
||||
self.fake_service2 = cfg.CONF['fake-service2']
|
||||
print('Services registered')
|
||||
self.lock_path = cfg.CONF.oslo_concurrency.lock_path
|
||||
|
@ -73,6 +73,5 @@ class TestCredClientV3(base.TestCase):
|
||||
|
||||
def test_delete_project(self):
|
||||
self.creds_client.delete_project('fake_id')
|
||||
print(self.projects_client.calls)
|
||||
self.projects_client.delete_project.assert_called_once_with(
|
||||
'fake_id')
|
||||
|
Loading…
x
Reference in New Issue
Block a user