# File lib/rhc/rest/mock.rb, line 17
      def add_key(*args)
        attributes['links'] ||= {}
        links['ADD_KEY'] = {'href' => 'https://test.domain.com/broker/rest/user/keys', 'method' => 'POST'}
        super
      end