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

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

Issue 2275123002: Milo: pRPC endpoint for getting Buildbot master data (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: Renamed stuff Created 4 years, 3 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/frontend/static/common/rpcexplorer ('k') | milo/appengine/settings/config.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/appengine/settings/acl_test.go
diff --git a/milo/appengine/settings/acl_test.go b/milo/appengine/settings/acl_test.go
index e2591ee42a15e8f6415c2fb1a2e4f2c5ab152ef5..2d99bd5866c075c4f583d524b9fd1d9227935d46 100644
--- a/milo/appengine/settings/acl_test.go
+++ b/milo/appengine/settings/acl_test.go
@@ -28,7 +28,7 @@ func TestACL(t *testing.T) {
Convey("Set up projects", func() {
c = lucicfg.SetImplementation(c, memcfg.New(aclConfgs))
- err := update(c)
+ err := Update(c)
So(err, ShouldBeNil)
Convey("Anon wants to...", func() {
« no previous file with comments | « milo/appengine/frontend/static/common/rpcexplorer ('k') | milo/appengine/settings/config.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698