function testGetSiteKey()
 {
     $site_key = CRM_CiviMailchimp_Utils::getSiteKey();
     $this->assertEquals(CIVICRM_SITE_KEY, $site_key);
 }