@Test
public void testSetAuthorization() throws Exception {
String authorizationHeaderValue = "IAmAuthorized";
final String endpoint = "endpoint";
Object soapClient = new Object();
AdsSession adsSession = new AdsSession() {
public boolean isEnvironment(Endpoint environment) {
return false;
}