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

Unified Diff: milo/buildsource/buildbucket/builder_test.go

Issue 2955223002: Milo: Buildbucket PubSub ingestion outline (Closed)
Patch Set: rebase 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/buildbot/pubsub_test.go ('k') | milo/buildsource/buildbucket/pubsub.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/buildsource/buildbucket/builder_test.go
diff --git a/milo/buildsource/buildbucket/builder_test.go b/milo/buildsource/buildbucket/builder_test.go
index 23dbb0f3c758875f0f64f1160cfc8b2cc099ca9c..9d3b03376d0405bf2421d2d26145038b879b275f 100644
--- a/milo/buildsource/buildbucket/builder_test.go
+++ b/milo/buildsource/buildbucket/builder_test.go
@@ -38,7 +38,7 @@ func TestBuilder(t *testing.T) {
c, _ = testclock.UseTime(c, testclock.TestRecentTimeUTC)
c = testconfig.WithCommonClient(c, memcfg.New(bktConfigFull))
// Update the service config so that the settings are loaded.
- err := common.UpdateServiceConfig(c)
+ _, err := common.UpdateServiceConfig(c)
So(err, ShouldBeNil)
for _, tc := range testCases {
@@ -74,6 +74,7 @@ func TestBuilder(t *testing.T) {
var bktConfig = `
buildbucket: {
host: "debug"
+ project: "debug"
}
`
« no previous file with comments | « milo/buildsource/buildbot/pubsub_test.go ('k') | milo/buildsource/buildbucket/pubsub.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698