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 08fb751 commit 16852fbCopy full SHA for 16852fb
src/test/java/com/bandwidth/sdk/unit/api/MultiChannelApiTest.java
@@ -55,7 +55,7 @@ public void createMultiChannelMessageTest() throws ApiException {
55
56
ApiResponse response =
57
api.createMultiChannelMessageWithHttpInfo(BW_ACCOUNT_ID, multiChannelMessageRequest);
58
- assertThat(response.getStatusCode(), is(205));
+ assertThat(response.getStatusCode(), is(202));
59
}
60
61
0 commit comments