Skip to content

Commit 16852fb

Browse files
committed
status code
1 parent 08fb751 commit 16852fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/bandwidth/sdk/unit/api/MultiChannelApiTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public void createMultiChannelMessageTest() throws ApiException {
5555

5656
ApiResponse response =
5757
api.createMultiChannelMessageWithHttpInfo(BW_ACCOUNT_ID, multiChannelMessageRequest);
58-
assertThat(response.getStatusCode(), is(205));
58+
assertThat(response.getStatusCode(), is(202));
5959
}
6060

6161
}

0 commit comments

Comments
 (0)