Skip to content

Commit dd9d09e

Browse files
committed
Remove unused conference variables
1 parent b7b3986 commit dd9d09e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/test/java/org/openapitools/client/api/ConferencesApiTest.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,8 @@ public class ConferencesApiTest {
6161
private String conferenceId;
6262
private static URI answerUrl;
6363
private static URI conferenceRedirectUrl;
64-
private static String testUpdateBxml = "<?xml version=\"1.0\" encoding=\"UTF-8\"?><Bxml><SpeakSentence locale=\"en_US\" gender=\"female\" voice=\"susan\">This is test BXML.</SpeakSentence></Bxml>";
6564
private static String updateRecordingBxml = "<?xml version=\"1.0\" encoding=\"UTF-8\"?><Bxml><StartRecording/><SpeakSentence locale=\"en_US\" gender=\"female\" voice=\"susan\">This should be a conference recording.</SpeakSentence><StopRecording/></Bxml>";
66-
private static String testConferenceId = "conference-id";
67-
private static String testMemberId = "member-id";
68-
private static String testRecordId = "recording-id";
6965
private static int TEST_SLEEP = 3;
70-
private static int TEST_SLEEP_LONG = 10;
7166
private static int MAX_RETRIES = 40;
7267

7368
@BeforeAll

0 commit comments

Comments
 (0)