Merge "tests: don't set description in test_blank_update_clears_association" into stable/newton

This commit is contained in:
Jenkins 2017-08-18 21:13:03 +00:00 committed by Gerrit Code Review
commit 2a9844b8ca
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,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.assertEqual(self.ports[0]['id'], body['port_id'])
body = self.client.update_floatingip(body['id'])['floatingip']