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

Unified Diff: milo/appengine/common/acl_test.go

Issue 2760873003: Milo: Use luci-config for storing buildbot acls (Closed)
Patch Set: Fix tests 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
« no previous file with comments | « milo/appengine/common/acl.go ('k') | milo/appengine/common/config.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {
« no previous file with comments | « milo/appengine/common/acl.go ('k') | milo/appengine/common/config.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698