Skip to content
This repository was archived by the owner on Feb 10, 2021. It is now read-only.

Commit d1a8338

Browse files
committed
2 parents 9fbd08d + f9b9bbd commit d1a8338

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/message-v2-test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -506,9 +506,9 @@ describe("Message v2 API", function () {
506506
};
507507
before(function () {
508508
nock.disableNetConnect();
509-
nock("https://api.catapult.inetwork.com")
509+
nock("https://messaging.bandwidth.com")
510510
.persist()
511-
.post("/v2/users/userId/messages", messageToSend)
511+
.post("/api/v2/users/userId/messages", messageToSend)
512512
.reply(201,
513513
{
514514
id : "14762070468292kw2fuqty55yp2b2",

0 commit comments

Comments
 (0)