We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6361e5e + f668898 commit 350b545Copy full SHA for 350b545
1 file changed
openstackclient/tests/unit/network/v2/fakes.py
@@ -347,7 +347,6 @@ def create_one_network(attrs=None):
347
'availability_zone_hints': [],
348
'is_default': False,
349
'port_security_enabled': True,
350
- 'tags': ['test'],
351
'qos_policy_id': 'qos-policy-id-' + uuid.uuid4().hex,
352
'ipv4_address_scope': 'ipv4' + uuid.uuid4().hex,
353
'ipv6_address_scope': 'ipv6' + uuid.uuid4().hex,
0 commit comments