integration: Reduce error logs to ease debugging

This commit is contained in:
Yusuke Kuoka
2022-03-03 09:30:11 +00:00
parent a93b2fdad4
commit 5f2b5327f7
2 changed files with 6 additions and 2 deletions

View File

@@ -162,6 +162,10 @@ func NewServer(opts ...Option) *httptest.Server {
},
// For RemoveRunner
"/repos/test/valid/actions/runners/0": &Handler{
Status: http.StatusNoContent,
Body: "",
},
"/repos/test/valid/actions/runners/1": &Handler{
Status: http.StatusNoContent,
Body: "",