[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:
Andrew Lazarev 2014-02-04 16:13:33 -08:00
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,