Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
Update ETConfigurationTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
sharif26 authored Feb 28, 2018
1 parent db2c0e1 commit 8a84eb7
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions src/test/java/com/exacttarget/fuelsdk/ETConfigurationTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -140,19 +140,5 @@ public void _10_TestGetSoapEndpointDeprecated()
@SuppressWarnings("deprecation")
String s = configuration.get("soapEndpoint");//getSoapEndpoint();
assertEquals(soapEndpoint, s);
}

@Test
public void _11_TestCreateConfig()
throws ETSdkException
{
ETConfiguration config = new ETConfiguration();
config.set("clientId", "eooqap5vfm9vjonc5uw5iavg");
config.set("clientSecret", "VZVCdjRjlW52BvDK5PTTjSGN");
config.set("authEndpoint", "https://auth-qa.exacttargetapis.com");

ETClient client = new ETClient(config);
assertNotNull(client);
}

}
}

0 comments on commit 8a84eb7

Please sign in to comment.