Skip to content

Commit 2d53979

Browse files
committed
remove flaky assertions
1 parent fcf9d45 commit 2d53979

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,6 @@ public void getCalls() throws ApiException {
214214
assertThat(response.getData().get(0), hasProperty("direction", is(instanceOf(CallDirectionEnum.class))));
215215
assertThat(response.getData().get(0), hasProperty("startTime", is(instanceOf(OffsetDateTime.class))));
216216
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))));
219217

220218
}
221219

0 commit comments

Comments
 (0)