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

Unified Diff: milo/buildsource/swarming/buildinfo_test.go

Issue 2964143002: Buildbucket: Save buildbucket build info and summary on pubsub push (Closed)
Patch Set: nits Created 3 years, 5 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 | « milo/buildsource/swarming/buildinfo.go ('k') | milo/buildsource/swarming/html.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/buildsource/swarming/buildinfo_test.go
diff --git a/milo/buildsource/swarming/buildinfo_test.go b/milo/buildsource/swarming/buildinfo_test.go
index 57f1d7ca43d0c8a82f1907e5cdadf99e6137a069..8bda615fc2cbc949c58a8a1237e19b0ec4f986dc 100644
--- a/milo/buildsource/swarming/buildinfo_test.go
+++ b/milo/buildsource/swarming/buildinfo_test.go
@@ -80,7 +80,7 @@ func TestBuildInfo(t *testing.T) {
},
}
bip := BuildInfoProvider{
- bl: buildLoader{
+ bl: BuildLoader{
logDogClientFunc: func(c context.Context, host string) (*coordinator.Client, error) {
if host == "" {
host = "example.com"
« no previous file with comments | « milo/buildsource/swarming/buildinfo.go ('k') | milo/buildsource/swarming/html.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698