Remove duplicate keys from dictionary
There are a few places where duplicate keys are defined in the dictionary. Removed all such occurrences throughout the code. TrivialFix Change-Id: I40cd400b26745927698584a8376971f9884acbf8
This commit is contained in:
parent
e52db1dc66
commit
aa3d01e0a0
@ -347,7 +347,6 @@ class LoadBalancerTest(common.HeatTestCase):
|
||||
"protocol": u'HTTP',
|
||||
"port": 80,
|
||||
"virtual_ips": [FakeVirtualIP(type=u"PUBLIC", ipVersion=u"IPV6")],
|
||||
"halfClosed": None,
|
||||
"algorithm": u'LEAST_CONNECTIONS',
|
||||
"connectionThrottle": {'maxConnectionRate': 1000,
|
||||
'maxConnections': None,
|
||||
|
@ -3257,7 +3257,6 @@ class ServersTest(common.HeatTestCase):
|
||||
{'port': 'aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa',
|
||||
'network': None,
|
||||
'fixed_ip': None,
|
||||
'uuid': None,
|
||||
'subnet': None,
|
||||
'port_extra_properties': None,
|
||||
'uuid': None},
|
||||
|
Loading…
Reference in New Issue
Block a user