Merge "tests: don't set description in test_blank_update_clears_association"

This commit is contained in:
Jenkins 2017-08-16 01:43:50 +00:00 committed by Gerrit Code Review
commit ba9a308c3f

View File

@ -51,7 +51,6 @@ class FloatingIPTestJSON(base.BaseNetworkTest):
body = self.client.create_floatingip(
floating_network_id=self.ext_net_id,
port_id=self.ports[0]['id'],
description='d1'
)['floatingip']
self.floating_ips.append(body)
self.assertEqual(self.ports[0]['id'], body['port_id'])