Warn about repo issues disabled on issue create

This commit is contained in:
Mislav Marohnić 2019-12-19 15:26:26 +01:00
parent 915dd8b0ef
commit 66534e504b
4 changed files with 37 additions and 17 deletions

View file

@ -231,7 +231,8 @@ func TestIssueCreate(t *testing.T) {
http.StubResponse(200, bytes.NewBufferString(`
{ "data": { "repository": {
"id": "REPOID"
"id": "REPOID",
"hasIssuesEnabled": true
} } }
`))
http.StubResponse(200, bytes.NewBufferString(`