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

Unified Diff: milo/appengine/buildbot/pubsub_test.go

Issue 2801463002: Milo: Use custom config caching layer (Closed)
Patch Set: Review: Remove double logging Created 3 years, 8 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/appengine/buildbot/pubsub.go ('k') | milo/appengine/buildbucket/buckets.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « milo/appengine/buildbot/pubsub.go ('k') | milo/appengine/buildbucket/buckets.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698