| 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"
|
| }
|
| `
|
|
|
|
|