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