Skip to content

Commit faf3fbd

Browse files
Setting vars
1 parent 3265bb4 commit faf3fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ public void getCalls() throws ApiException {
199199
Basic.setUsername(BW_USERNAME);
200200
Basic.setPassword(BW_PASSWORD);
201201

202-
ApiResponse<List<CallState>> response = api.listCallsWithHttpInfo(BW_ACCOUNT_ID, USER_NUMBER, BW_NUMBER);
202+
ApiResponse<List<CallState>> response = api.listCallsWithHttpInfo(BW_ACCOUNT_ID, USER_NUMBER, BW_NUMBER, null, null, null, null, null);
203203

204204
assertThat(response.getStatusCode(), is(200));
205205
assertThat(response.getData(), hasProperty("callId", is(instanceOf(String.class))));

0 commit comments

Comments
 (0)