summaryrefslogtreecommitdiff
path: root/tests/units/fixtures/gitlab_comment_created.json
diff options
context:
space:
mode:
authorGerardo Zamudio <gerardozamudio@users.noreply.github.com>2016-02-24 23:48:50 -0600
committerGerardo Zamudio <gerardozamudio@users.noreply.github.com>2016-02-24 23:48:50 -0600
commite4de6b3898b64b26d29aff31f21df5fda8055686 (patch)
tree575f8a65440f291d70a070d168eafca8c82a6459 /tests/units/fixtures/gitlab_comment_created.json
parentd9ffbea174ea6524d0a22f8375ca8b3aa04a3c96 (diff)
parenta6540bc604c837d92c9368540c145606723e97f7 (diff)
Merge pull request #1 from fguillot/master
Update from upstream
Diffstat (limited to 'tests/units/fixtures/gitlab_comment_created.json')
-rw-r--r--tests/units/fixtures/gitlab_comment_created.json46
1 files changed, 0 insertions, 46 deletions
diff --git a/tests/units/fixtures/gitlab_comment_created.json b/tests/units/fixtures/gitlab_comment_created.json
deleted file mode 100644
index b6599419..00000000
--- a/tests/units/fixtures/gitlab_comment_created.json
+++ /dev/null
@@ -1,46 +0,0 @@
-{
- "object_kind": "note",
- "user": {
- "name": "Fred",
- "username": "minicoders",
- "avatar_url": "https://secure.gravatar.com/avatar/3c44936e5a56f80711bff14987d2733f?s=40&d=identicon"
- },
- "project_id": 320820,
- "repository": {
- "name": "test-webhook",
- "url": "git@gitlab.com:minicoders/test-webhook.git",
- "description": "",
- "homepage": "https://gitlab.com/minicoders/test-webhook"
- },
- "object_attributes": {
- "id": 1642761,
- "note": "Super comment!",
- "noteable_type": "Issue",
- "author_id": 74067,
- "created_at": "2015-07-17 21:37:48 UTC",
- "updated_at": "2015-07-17 21:37:48 UTC",
- "project_id": 320820,
- "attachment": null,
- "line_code": null,
- "commit_id": "",
- "noteable_id": 355691,
- "st_diff": null,
- "system": false,
- "url": "https://gitlab.com/minicoders/test-webhook/issues/1#note_1642761"
- },
- "issue": {
- "id": 355691,
- "title": "Bug",
- "assignee_id": null,
- "author_id": 74067,
- "project_id": 320820,
- "created_at": "2015-07-17 21:31:47 UTC",
- "updated_at": "2015-07-17 21:37:48 UTC",
- "position": 0,
- "branch_name": null,
- "description": "There is a bug somewhere.\r\n\r\nBye",
- "milestone_id": null,
- "state": "opened",
- "iid": 1
- }
-} \ No newline at end of file