# File lib/fog/baremetal/openstack/requests/get_node.rb, line 15
        def get_node(_node_id)
          response = Excon::Response.new
          response.status = [200, 204][rand(2)]
          response.body = data[:nodes].first
          response
        end