Skip to content

Commit

Permalink
small fixes in int test
Browse files Browse the repository at this point in the history
  • Loading branch information
amirylm committed Mar 26, 2024
1 parent 1b40e20 commit 60e86aa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion core/services/ocr2/plugins/ocr2keeper/integration_21_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,8 @@ func TestIntegration_KeeperPluginLogUpkeep(t *testing.T) {
t.Logf("Mined %d blocks, waiting for logs to be recovered", dummyBlocks)

listener, done := listenPerformedN(t, backend, registry, ids, int64(beforeDummyBlocks), recoverEmits)
defer done()
g.Eventually(listener, testutils.WaitTimeout(t), cltest.DBPollingInterval).Should(gomega.BeTrue())
done()
})
}

Expand Down Expand Up @@ -421,6 +421,10 @@ func TestIntegration_KeeperPluginLogUpkeep_ErrHandler(t *testing.T) {
http.StatusUnauthorized,
http.StatusBadRequest,
http.StatusInternalServerError,
http.StatusNotFound,
http.StatusNotFound,
http.StatusNotFound,
http.StatusUnauthorized,
}
startMercuryServer(t, mercuryServer, func(i int) (int, []byte) {
var resp int
Expand Down

0 comments on commit 60e86aa

Please sign in to comment.