summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lazarev <alazarev@mirantis.com>2014-02-04 16:13:33 -0800
committerAndrew Lazarev <alazarev@mirantis.com>2014-02-04 16:13:33 -0800
commitbd09342779addecd3f395e7dc8e4bc334f8a6e30 (patch)
tree726aeb582b83fa1c56724f3732a3a3ab20a91c93
parent810857849ed32773c38df12785715f89d33e83af (diff)
downloadpython-novaclient-bd09342779addecd3f395e7dc8e4bc334f8a6e30.tar.gz
[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
-rw-r--r--novaclient/tests/v1_1/contrib/fakes.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/novaclient/tests/v1_1/contrib/fakes.py b/novaclient/tests/v1_1/contrib/fakes.py
index 6f4608e8..fd25910a 100644
--- a/novaclient/tests/v1_1/contrib/fakes.py
+++ b/novaclient/tests/v1_1/contrib/fakes.py
@@ -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,