We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3790b39 commit 301b411Copy full SHA for 301b411
src/test/java/com/bandwidth/sdk/api/MediaApiTest.java
@@ -27,7 +27,7 @@
27
public class MediaApiTest {
28
ApiClient defaultClient = Configuration.getDefaultApiClient();
29
HttpBasicAuth Basic = (HttpBasicAuth) defaultClient.getAuthentication("Basic");
30
- private final MediaApi api = new MediaApi(defaultClient.setDebugging(true));
+ private final MediaApi api = new MediaApi(defaultClient);
31
32
private static String mediaPath = "src/test/java/com/bandwidth/sdk/fixtures/";
33
private static String mediaFile = "java_cat.jpeg";
@@ -53,7 +53,6 @@ public void uploadMedia() throws ApiException {
53
contentType,
54
cacheControl);
55
56
-
57
assertThat(response.getStatusCode(), is(204));
58
}
59
0 commit comments