Fix test
This commit is contained in:
parent
90664792b6
commit
ea164a8d48
1 changed files with 1 additions and 1 deletions
|
|
@ -982,10 +982,10 @@ func initWithStubs(branch string, stubs ...stubResponse) {
|
|||
initBlankContext("", "OWNER/REPO", branch)
|
||||
http := initFakeHTTP()
|
||||
http.StubRepoResponse("OWNER", "REPO")
|
||||
|
||||
for _, s := range stubs {
|
||||
http.StubResponse(s.ResponseCode, s.ResponseBody)
|
||||
}
|
||||
http.StubRepoResponse("OWNER", "REPO")
|
||||
}
|
||||
|
||||
func TestPrMerge(t *testing.T) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue