Skip to content

Commit c33be83

Browse files
.
1 parent 97c9ad8 commit c33be83

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

src/test/java/com/bandwidth/sdk/api/TranscriptionsApiTest.java

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
/*
2-
* Bandwidth
3-
* Bandwidth's Communication APIs
4-
*
5-
* The version of the OpenAPI document: 1.0.0
6-
* Contact: [email protected]
7-
*
8-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9-
* https://openapi-generator.tech
10-
* Do not edit the class manually.
11-
*/
12-
131
package com.bandwidth.sdk.api;
142

153
import com.bandwidth.sdk.ApiResponse;
@@ -57,6 +45,7 @@
5745
/**
5846
* API tests for TranscriptionsApi
5947
*/
48+
6049
public class TranscriptionsApiTest {
6150

6251
ApiClient defaultClient = Configuration.getDefaultApiClient();
@@ -87,6 +76,7 @@ public void getAndDeleteRealTimeTranscriptionsTest() throws ApiException, Interr
8776

8877

8978
// This is just creating the call, modifying with StartTranscript, and ending it so we can test the transcription below.
79+
9080
ApiResponse<CreateCallResponse> createCallResponse = callsApi.createCallWithHttpInfo(BW_ACCOUNT_ID, createMantecaCallBody);
9181

9282

0 commit comments

Comments
 (0)