moved test fixtures into files
This commit is contained in:
+97
@@ -0,0 +1,97 @@
|
||||
{
|
||||
"actor":{
|
||||
"username":"emmap1",
|
||||
"display_name":"Emma",
|
||||
"uuid":"{a54f16da-24e9-4d7f-a3a7-b1ba2cd98aa3}",
|
||||
"links":{
|
||||
"self":{
|
||||
"href":"https://api.bitbucket.org/api/2.0/users/emmap1"
|
||||
},
|
||||
"html":{
|
||||
"href":"https://api.bitbucket.org/emmap1"
|
||||
},
|
||||
"avatar":{
|
||||
"href":"https://bitbucket-api-assetroot.s3.amazonaws.com/c/photos/2015/Feb/26/3613917261-0-emmap1-avatar_avatar.png"
|
||||
}
|
||||
}
|
||||
},
|
||||
"issue":{
|
||||
"id":1,
|
||||
"component":"component",
|
||||
"title":"Issue title",
|
||||
"content":{
|
||||
"raw":"Issue description",
|
||||
"html":"<p>Issue description</p>",
|
||||
"markup":"markdown"
|
||||
},
|
||||
"priority":"trivial|minor|major|critical|blocker",
|
||||
"state":"new|open|on hold|resolved|duplicate|invalid|wontfix|closed",
|
||||
"type":"bug|enhancement|proposal|task",
|
||||
"milestone":{
|
||||
"name":"milestone 1"
|
||||
},
|
||||
"version":{
|
||||
"name":"version 1"
|
||||
},
|
||||
"created_on":"2015-04-06T15:23:38.179678+00:00",
|
||||
"updated_on":"2015-04-06T15:23:38.179678+00:00",
|
||||
"links":{
|
||||
"self":{
|
||||
"href":"https://api.bitbucket.org/api/2.0/issues/issue_id"
|
||||
},
|
||||
"html":{
|
||||
"href":"https://api.bitbucket.org/issue_id"
|
||||
}
|
||||
}
|
||||
},
|
||||
"repository":{
|
||||
"links":{
|
||||
"self":{
|
||||
"href":"https://api.bitbucket.org/api/2.0/repositories/bitbucket/bitbucket"
|
||||
},
|
||||
"html":{
|
||||
"href":"https://api.bitbucket.org/bitbucket/bitbucket"
|
||||
},
|
||||
"avatar":{
|
||||
"href":"https://api-staging-assetroot.s3.amazonaws.com/c/photos/2014/Aug/01/bitbucket-logo-2629490769-3_avatar.png"
|
||||
}
|
||||
},
|
||||
"uuid":"{673a6070-3421-46c9-9d48-90745f7bfe8e}",
|
||||
"full_name":"team_name/repo_name",
|
||||
"name":"repo_name",
|
||||
"scm":"git",
|
||||
"is_private":true
|
||||
},
|
||||
"comment":{
|
||||
"id":17,
|
||||
"parent":{
|
||||
"id":16
|
||||
},
|
||||
"content":{
|
||||
"raw":"Comment text",
|
||||
"html":"<p>Comment text</p>",
|
||||
"markup":"markdown"
|
||||
},
|
||||
"inline":{
|
||||
"path":"path/to/file",
|
||||
"from":null,
|
||||
"to":10
|
||||
},
|
||||
"created_on":"2015-04-06T16:52:29.982346+00:00",
|
||||
"updated_on":"2015-04-06T16:52:29.983730+00:00",
|
||||
"links":{
|
||||
"self":{
|
||||
"href":"https://api.bitbucket.org/api/2.0/comments/comment_id"
|
||||
},
|
||||
"html":{
|
||||
"href":"https://api.bitbucket.org/comment_id"
|
||||
}
|
||||
}
|
||||
},
|
||||
"changes":{
|
||||
"status":{
|
||||
"old":"open",
|
||||
"new":"on hold"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user