Remove outdated FIXME

Change-Id: Iade03c85de0871346125249b92bcf45942b3edce
This commit is contained in:
Radomir Dopieralski 2015-02-05 17:18:58 +01:00
parent 35c5867575
commit c34cd295fd

View File

@ -25,7 +25,6 @@ class NodeAPITests(test.APITestCase):
def test_node_create(self):
node = api.node.BareMetalNode(self.baremetalclient_nodes.first())
# FIXME(lsmola) this should be mocking client call no Node
with patch('novaclient.v1_1.contrib.baremetal.'
'BareMetalNodeManager.create',
return_value=node):