Warn about repo issues disabled on issue create
This commit is contained in:
parent
915dd8b0ef
commit
66534e504b
4 changed files with 37 additions and 17 deletions
|
|
@ -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(`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue