Add a test for viewing an issue without labels in CLI

This commit is contained in:
Toshiya Doi 2020-03-16 04:23:05 +09:00
parent 5a23113b5b
commit c8a72c3bcb
3 changed files with 57 additions and 2 deletions

View file

@ -0,0 +1,25 @@
{
"data": {
"repository": {
"hasIssuesEnabled": true,
"issue": {
"number": 123,
"body": "**bold story**",
"title": "ix of coins",
"state": "OPEN",
"created_at": "2011-01-26T19:01:12Z",
"author": {
"login": "marseilles"
},
"labels": {
"nodes": [
]
},
"comments": {
"totalCount": 9
},
"url": "https://github.com/OWNER/REPO/issues/123"
}
}
}
}