Skip to content

Commit 0e01daa

Browse files
committed
Use static variables for conference testing
1 parent dd9d09e commit 0e01daa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ public class ConferencesApiTest {
5656
private static final OkHttpClient mantecaClient = new OkHttpClient();
5757
public static final MediaType jsonMediaType = MediaType.get("application/json; charset=utf-8");
5858

59-
private String testId;
60-
private String callId;
61-
private String conferenceId;
59+
private static String testId;
60+
private static String callId;
61+
private static String conferenceId;
6262
private static URI answerUrl;
6363
private static URI conferenceRedirectUrl;
6464
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>";

0 commit comments

Comments
 (0)