diff options
| author | Zuul <zuul@review.opendev.org> | 2020-05-15 07:27:35 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2020-05-15 07:27:35 +0000 |
| commit | d394bac1debed9c9aac577220bdb6f08bfa10d60 (patch) | |
| tree | 8307656d19b902f34cab02c4975ac72cda16b4ff /openstackclient/tests/unit | |
| parent | ae6731710965bd5be6827223abf4b679266d079c (diff) | |
| parent | 52ff421e3d339f81c2625bff429e6829a2d9af67 (diff) | |
| download | python-openstackclient-d394bac1debed9c9aac577220bdb6f08bfa10d60.tar.gz | |
Merge "Resolve PEP8"
Diffstat (limited to 'openstackclient/tests/unit')
| -rw-r--r-- | openstackclient/tests/unit/network/v2/fakes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/tests/unit/network/v2/fakes.py b/openstackclient/tests/unit/network/v2/fakes.py index 2b88986a..cef0a11c 100644 --- a/openstackclient/tests/unit/network/v2/fakes.py +++ b/openstackclient/tests/unit/network/v2/fakes.py @@ -1833,7 +1833,7 @@ class FakeFloatingIPPortForwarding(object): """ attrs = attrs or {} floatingip_id = ( - attrs.get('floatingip_id') or'floating-ip-id-' + uuid.uuid4().hex + attrs.get('floatingip_id') or 'floating-ip-id-' + uuid.uuid4().hex ) # Set default attributes. port_forwarding_attrs = { |
