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

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

Issue 2760873003: Milo: Use luci-config for storing buildbot acls (Closed)
Patch Set: Created 3 years, 9 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
Index: milo/appengine/buildbot/pubsub_test.go
diff --git a/milo/appengine/buildbot/pubsub_test.go b/milo/appengine/buildbot/pubsub_test.go
index 0f73325db73dc745af82f86f1d15db70ce6d42c4..3f5b5f0ede38d6c38e77c9571278bb27e6255b58 100644
--- a/milo/appengine/buildbot/pubsub_test.go
+++ b/milo/appengine/buildbot/pubsub_test.go
@@ -438,7 +438,7 @@ func TestPubSub(t *testing.T) {
})
So(h.Code, ShouldEqual, 200)
Convey("And stores correctly", func() {
- err := common.Update(c)
+ err := common.UpdateProjectConfigs(c)
So(err, ShouldBeNil)
c = auth.WithState(c, &authtest.FakeState{
Identity: "user:alicebob@google.com",

Powered by Google App Engine
This is Rietveld 408576698