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

Unified Diff: milo/common/acl_test.go

Issue 2982183002: Milo: Store console defs as their own entities (Closed)
Patch Set: Rebase fixes and Working Created 3 years, 5 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/buildsource/console.go ('k') | milo/common/config.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {
« no previous file with comments | « milo/buildsource/console.go ('k') | milo/common/config.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698