Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3217)

Unified Diff: ct/go/poller/poller_test.go

Issue 1704713002: Fix issue security issue in Gold (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Fixed poller_test Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | go/util/http.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ct/go/poller/poller_test.go
diff --git a/ct/go/poller/poller_test.go b/ct/go/poller/poller_test.go
index 5d89574d431713b3e1d6555d67bf8b8ab7aeca77..bafbf54dcf21e7ec58e4efb06d2c06ec220b51a5 100644
--- a/ct/go/poller/poller_test.go
+++ b/ct/go/poller/poller_test.go
@@ -371,7 +371,7 @@ func TestUpdateWebappTaskSetFailedFailure(t *testing.T) {
assert.Equal(t, "/"+ctfeutil.UPDATE_RECREATE_WEBPAGE_ARCHIVES_TASK_POST_URI,
r.URL.Path)
defer skutil.Close(r.Body)
- skutil.ReportError(w, r, fmt.Errorf(errstr), "")
+ skutil.ReportError(w, r, fmt.Errorf(errstr), errstr)
}
defer frontend.CloseTestServer(frontend.InitTestServer(http.HandlerFunc(mockServer)))
err := updateWebappTaskSetFailed(&task)
« no previous file with comments | « no previous file | go/util/http.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698