| Index: milo/appengine/common/acl_test.go
|
| diff --git a/milo/appengine/common/acl_test.go b/milo/appengine/common/acl_test.go
|
| index 3d7db314e8d637d97a9907ee9f3aaa1739631c55..e7168c7293f53b0c7bf98583dfe92dbe5a548ad6 100644
|
| --- a/milo/appengine/common/acl_test.go
|
| +++ b/milo/appengine/common/acl_test.go
|
| @@ -28,7 +28,7 @@ func TestACL(t *testing.T) {
|
|
|
| Convey("Set up projects", func() {
|
| c = testconfig.WithCommonClient(c, memcfg.New(aclConfgs))
|
| - err := Update(c)
|
| + err := UpdateProjectConfigs(c)
|
| So(err, ShouldBeNil)
|
|
|
| Convey("Anon wants to...", func() {
|
|
|