Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Commit

Permalink
Update contacts.js
Browse files Browse the repository at this point in the history
  • Loading branch information
pcothenet authored Aug 20, 2019
1 parent d01f744 commit 2fe868f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/contacts.js
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ describe('contacts', function() {
let c = []

const mergeEndpoint = {
path: '/contacts/v1/contact/merge-vids/',
path: `/contacts/v1/contact/merge-vids/${primaryVid}`,
statusCode: 200,
request: mergeData,
}
Expand Down

0 comments on commit 2fe868f

Please sign in to comment.