[UT] Removed duplicate key from dict in fake baremetal_node
Python takes only the last value if several keys with the same name listed. Removed the first one to make value evident. Change-Id: I6cef783ff245073b4c0fde0e4d60ff69fb02fc22
This commit is contained in:
parent
810857849e
commit
bd09342779
@ -50,7 +50,6 @@ class FakeHTTPClient(fakes.FakeHTTPClient):
|
||||
{
|
||||
"id": 1,
|
||||
"instance_uuid": None,
|
||||
"pm_address": "1.2.3.4",
|
||||
"interfaces": [],
|
||||
"cpus": 2,
|
||||
"local_gb": 10,
|
||||
|
Loading…
x
Reference in New Issue
Block a user