Chromium Code Reviews| Index: milo/buildsource/buildbot/pubsub_test.go |
| diff --git a/milo/buildsource/buildbot/pubsub_test.go b/milo/buildsource/buildbot/pubsub_test.go |
| index 3952b099a2c28efd9c51a1f84f9d29e0a46b12e8..f02b6f03703b7a00077e6070f3aa9f4dbbb288d2 100644 |
| --- a/milo/buildsource/buildbot/pubsub_test.go |
| +++ b/milo/buildsource/buildbot/pubsub_test.go |
| @@ -472,8 +472,6 @@ func TestPubSub(t *testing.T) { |
| }) |
| So(h.Code, ShouldEqual, 200) |
| Convey("And stores correctly", func() { |
| - err := common.UpdateProjectConfigs(c) |
|
Ryan Tseng
2017/07/19 19:51:02
This actually hasn't done anything useful for a wh
|
| - So(err, ShouldBeNil) |
| c = auth.WithState(c, &authtest.FakeState{ |
| Identity: "user:alicebob@google.com", |
| IdentityGroups: []string{"googlers", "all"}, |