Skip to content

Commit a92a267

Browse files
committed
Fix the url
1 parent 1afb109 commit a92a267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/test/java/com/messagebird/ConversationMessagesTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public void testSendMessage() throws GeneralException, UnauthorizedException {
7979
sendRequest.setReportUrl("https://example.com/reportUrl");
8080

8181
MessageBirdService messageBirdService = SpyService
82-
.expects("POST", "/send", sendRequest)
82+
.expects("POST", "send", sendRequest)
8383
.withConversationsAPIBaseURL()
8484
.andReturns(new APIResponse(JSON_CONVERSATION_SEND_MESSAGE_RESPONSE));
8585
MessageBirdClient messageBirdClient = new MessageBirdClient(messageBirdService);

0 commit comments

Comments
 (0)