We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ae67317 + 52ff421 commit d394bacCopy full SHA for d394bac
openstackclient/tests/functional/identity/v3/test_project.py
@@ -79,7 +79,6 @@ def test_project_set(self):
79
'--disable '
80
'--property k0=v0 '
81
'%(name)s' % {'new_name': new_project_name,
82
- 'domain': self.domain_name,
83
'name': project_name})
84
self.assertEqual(0, len(raw_output))
85
# check project details
openstackclient/tests/unit/network/v2/fakes.py
@@ -1833,7 +1833,7 @@ def create_one_port_forwarding(attrs=None):
1833
"""
1834
attrs = attrs or {}
1835
floatingip_id = (
1836
- attrs.get('floatingip_id') or'floating-ip-id-' + uuid.uuid4().hex
+ attrs.get('floatingip_id') or 'floating-ip-id-' + uuid.uuid4().hex
1837
)
1838
# Set default attributes.
1839
port_forwarding_attrs = {
0 commit comments