| Index: milo/appengine/buildbot/pubsub_test.go
|
| diff --git a/milo/appengine/buildbot/pubsub_test.go b/milo/appengine/buildbot/pubsub_test.go
|
| index 3f5b5f0ede38d6c38e77c9571278bb27e6255b58..1d14e8366b8deec56d649427a64b57377356a234 100644
|
| --- a/milo/appengine/buildbot/pubsub_test.go
|
| +++ b/milo/appengine/buildbot/pubsub_test.go
|
| @@ -91,6 +91,9 @@ func TestPubSub(t *testing.T) {
|
| Identity: identity.AnonymousIdentity,
|
| IdentityGroups: []string{"all"},
|
| })
|
| + // Update the service config so that the settings are loaded.
|
| + err := common.UpdateServiceConfig(c)
|
| + So(err, ShouldBeNil)
|
|
|
| rand.Seed(5)
|
|
|
|
|