/**
 * Test install credentials
 * @author Gabe Abrams
 */
const TEST_INSTALL_CREDS = {
  key: 'consumer_key',
  secret: 'consumer_secret',
};

export default TEST_INSTALL_CREDS;
