Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Jul 2, 2024
1 parent f61e19c commit 4029721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcloud/test/compute/test_openstack.py
Original file line number Diff line number Diff line change
Expand Up @@ -2553,7 +2553,7 @@ def test_ex_attach_floating_ip_to_node(self):
node = self.driver.create_node(name="racktest", image=image, size=size)
node.id = 4242
ip = "42.42.42.42"
port_id = 'ce531f90-199f-48c0-816c-13e38010b442'
port_id = "ce531f90-199f-48c0-816c-13e38010b442"

self.assertTrue(self.driver.ex_attach_floating_ip_to_node(node, ip, port_id))

Expand Down

0 comments on commit 4029721

Please sign in to comment.