From f6688986fc8e32976a84ce4a6e86c08e58a1718a Mon Sep 17 00:00:00 2001
From: Dongcan Ye <hellochosen@gmail.com>
Date: Sat, 24 Feb 2018 03:54:34 +0000
Subject: [PATCH] Remove duplicated network attributes

Change-Id: If77609d06e7d80c8da5111b8a30036b58fbfa187
---
 openstackclient/tests/unit/network/v2/fakes.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/openstackclient/tests/unit/network/v2/fakes.py b/openstackclient/tests/unit/network/v2/fakes.py
index a77cab8b5f..deb377dfe5 100644
--- a/openstackclient/tests/unit/network/v2/fakes.py
+++ b/openstackclient/tests/unit/network/v2/fakes.py
@@ -347,7 +347,6 @@ class FakeNetwork(object):
             'availability_zone_hints': [],
             'is_default': False,
             'port_security_enabled': True,
-            'tags': ['test'],
             'qos_policy_id': 'qos-policy-id-' + uuid.uuid4().hex,
             'ipv4_address_scope': 'ipv4' + uuid.uuid4().hex,
             'ipv6_address_scope': 'ipv6' + uuid.uuid4().hex,