Remove stray debugging line

Change-Id: I3b8b21f79489cf0b5b921b06a520fe94bca26636
This commit is contained in:
Monty Taylor 2016-11-16 12:09:34 -06:00
parent 8025c63e11
commit 48c5322ab0
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594

View File

@ -314,7 +314,6 @@ class TestCreateServer(base.TestCase):
@mock.patch.object(OpenStackCloud, 'nova_client')
def test_create_server_get_flavor_image(
self, mock_nova, mock_image):
print(self.cloud.list_images)
self.cloud.create_server(
'server-name', 'image-id', 'flavor-id')
mock_nova.flavors.list.assert_called_once()