Update test

This commit is contained in:
Corey Johnson 2020-04-28 12:15:37 -07:00
parent 660cce7790
commit 99940fa062

View file

@ -689,7 +689,7 @@ func TestIssueClose(t *testing.T) {
http.StubResponse(200, bytes.NewBufferString(`
{ "data": { "repository": {
"hasIssuesEnabled": true,
"issue": { "id": "A-VERY-IMPORTANT-ID"}
"issue": { "number": 13}
} } }
`))