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

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

Issue 2575383002: Add server/cache support to gaeconfig. (Closed)
Patch Set: Un-collapse. Created 3 years, 11 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/logdog/http.go ('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 2d99bd5866c075c4f583d524b9fd1d9227935d46..070c46abf1d628877083817f9bec95ab67ffc9e0 100644
--- a/milo/appengine/settings/acl_test.go
+++ b/milo/appengine/settings/acl_test.go
@@ -8,9 +8,9 @@ import (
"testing"
"github.com/luci/gae/impl/memory"
- lucicfg "github.com/luci/luci-go/common/config"
memcfg "github.com/luci/luci-go/common/config/impl/memory"
"github.com/luci/luci-go/common/logging/gologger"
+ "github.com/luci/luci-go/luci_config/server/cfgclient/backend/testconfig"
"github.com/luci/luci-go/server/auth"
"github.com/luci/luci-go/server/auth/authtest"
"github.com/luci/luci-go/server/auth/identity"
@@ -27,7 +27,7 @@ func TestACL(t *testing.T) {
c = gologger.StdConfig.Use(c)
Convey("Set up projects", func() {
- c = lucicfg.SetImplementation(c, memcfg.New(aclConfgs))
+ c = testconfig.WithCommonClient(c, memcfg.New(aclConfgs))
err := Update(c)
So(err, ShouldBeNil)
« no previous file with comments | « milo/appengine/logdog/http.go ('k') | milo/appengine/settings/config.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698