Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianluisgomez committed May 21, 2024
1 parent 97c9ad8 commit c33be83
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions src/test/java/com/bandwidth/sdk/api/TranscriptionsApiTest.java
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
/*
* Bandwidth
* Bandwidth's Communication APIs
*
* The version of the OpenAPI document: 1.0.0
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/

package com.bandwidth.sdk.api;

import com.bandwidth.sdk.ApiResponse;
Expand Down Expand Up @@ -57,6 +45,7 @@
/**
* API tests for TranscriptionsApi
*/

public class TranscriptionsApiTest {

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


// This is just creating the call, modifying with StartTranscript, and ending it so we can test the transcription below.

ApiResponse<CreateCallResponse> createCallResponse = callsApi.createCallWithHttpInfo(BW_ACCOUNT_ID, createMantecaCallBody);


Expand Down

0 comments on commit c33be83

Please sign in to comment.