diff --git a/src/test/resources/org/gitlab4j/api/note-commit-event.json b/src/test/resources/org/gitlab4j/api/note-commit-event.json index d65e4320f86d119b5be7cfbed8d86af22922e4b0..828d831ad7b2ae2cb90a9fc6e0da1f621e24ebda 100644 --- a/src/test/resources/org/gitlab4j/api/note-commit-event.json +++ b/src/test/resources/org/gitlab4j/api/note-commit-event.json @@ -30,6 +30,8 @@ "object_attributes": { "id": 1243, "note": "This is a commit comment. How does this work?", + "discussion_id": "56e2b4210419aed077d47ca2dc00551c7c4ac882", + "type": "DiscussionNote", "noteable_type": "Commit", "author_id": 1, "created_at": "2015-05-17T18:08:09Z", diff --git a/src/test/resources/org/gitlab4j/api/note-issue-event.json b/src/test/resources/org/gitlab4j/api/note-issue-event.json index f707d8bf524c5de70d7f73ff3545320584b8b1fa..fcbaf738bcf5a5a861c23fff2444dfcd563937e8 100644 --- a/src/test/resources/org/gitlab4j/api/note-issue-event.json +++ b/src/test/resources/org/gitlab4j/api/note-issue-event.json @@ -29,6 +29,8 @@ "object_attributes": { "id": 1241, "note": "Hello world", + "discussion_id": "56e2b4210419aed077d47ca2dc00551c7c4ac882", + "type": "DiscussionNote", "noteable_type": "Issue", "author_id": 1, "created_at": "2015-05-17T17:06:40Z", diff --git a/src/test/resources/org/gitlab4j/api/note-merge-request-event.json b/src/test/resources/org/gitlab4j/api/note-merge-request-event.json index 936bd5bbc62c69e40e7ba5767c7a42517a501a20..82c2b73ad85b824573e664508d9afa3e33353acc 100644 --- a/src/test/resources/org/gitlab4j/api/note-merge-request-event.json +++ b/src/test/resources/org/gitlab4j/api/note-merge-request-event.json @@ -30,6 +30,8 @@ "object_attributes": { "id": 1244, "note": "This MR needs work.", + "discussion_id": "56e2b4210419aed077d47ca2dc00551c7c4ac882", + "type": "DiscussionNote", "noteable_type": "MergeRequest", "author_id": 1, "created_at": "2015-05-17T18:21:36Z", diff --git a/src/test/resources/org/gitlab4j/api/note-snippet-event.json b/src/test/resources/org/gitlab4j/api/note-snippet-event.json index d46a7c90beee3460cd8262a4e5b50820048b914f..ada81b53687983c7b334fd19a568ac3f41f81c8f 100644 --- a/src/test/resources/org/gitlab4j/api/note-snippet-event.json +++ b/src/test/resources/org/gitlab4j/api/note-snippet-event.json @@ -30,6 +30,8 @@ "object_attributes": { "id": 1245, "note": "Is this snippet doing what it's supposed to be doing?", + "discussion_id": "56e2b4210419aed077d47ca2dc00551c7c4ac882", + "type": "DiscussionNote", "noteable_type": "Snippet", "author_id": 1, "created_at": "2015-05-17T18:35:50Z",