| 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",
|
|
|