We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f61e19c commit 4029721Copy full SHA for 4029721
1 file changed
libcloud/test/compute/test_openstack.py
@@ -2553,7 +2553,7 @@ def test_ex_attach_floating_ip_to_node(self):
2553
node = self.driver.create_node(name="racktest", image=image, size=size)
2554
node.id = 4242
2555
ip = "42.42.42.42"
2556
- port_id = 'ce531f90-199f-48c0-816c-13e38010b442'
+ port_id = "ce531f90-199f-48c0-816c-13e38010b442"
2557
2558
self.assertTrue(self.driver.ex_attach_floating_ip_to_node(node, ip, port_id))
2559
0 commit comments