We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcf9d45 commit 2d53979Copy full SHA for 2d53979
src/test/java/com/bandwidth/sdk/smoke/CallsApiTest.java
@@ -214,8 +214,6 @@ public void getCalls() throws ApiException {
214
assertThat(response.getData().get(0), hasProperty("direction", is(instanceOf(CallDirectionEnum.class))));
215
assertThat(response.getData().get(0), hasProperty("startTime", is(instanceOf(OffsetDateTime.class))));
216
assertThat(response.getData().get(0), hasProperty("endTime", is(instanceOf(OffsetDateTime.class))));
217
- assertThat(response.getData().get(0), hasProperty("errorMessage", is(instanceOf(String.class))));
218
- assertThat(response.getData().get(0), hasProperty("errorId", is(instanceOf(String.class))));
219
220
}
221
0 commit comments