Skip to content

Commit f668898

Browse files
committed
Remove duplicated network attributes
Change-Id: If77609d06e7d80c8da5111b8a30036b58fbfa187
1 parent 7505831 commit f668898

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • openstackclient/tests/unit/network/v2

openstackclient/tests/unit/network/v2/fakes.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,6 @@ def create_one_network(attrs=None):
347347
'availability_zone_hints': [],
348348
'is_default': False,
349349
'port_security_enabled': True,
350-
'tags': ['test'],
351350
'qos_policy_id': 'qos-policy-id-' + uuid.uuid4().hex,
352351
'ipv4_address_scope': 'ipv4' + uuid.uuid4().hex,
353352
'ipv6_address_scope': 'ipv6' + uuid.uuid4().hex,

0 commit comments

Comments
 (0)