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

Unified Diff: tokenserver/appengine/impl/delegation/config_test.go

Issue 2779323002: token-server: Warmup some local caches in /_ah/warmup. (Closed)
Patch Set: also warmup delegation config 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 | « tokenserver/appengine/impl/delegation/config.go ('k') | tokenserver/appengine/impl/delegation/warmup.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tokenserver/appengine/impl/delegation/config_test.go
diff --git a/tokenserver/appengine/impl/delegation/config_test.go b/tokenserver/appengine/impl/delegation/config_test.go
index e295468e1b4ca06a692f7ab233de32099a4e1456..1c1c6ec4a15f399f5e89f4ea77305df9f15e6cb0 100644
--- a/tokenserver/appengine/impl/delegation/config_test.go
+++ b/tokenserver/appengine/impl/delegation/config_test.go
@@ -29,7 +29,7 @@ func TestDelegationConfigLoader(t *testing.T) {
ctx := gaetesting.TestingContext()
ctx, tc := testclock.UseTime(ctx, testclock.TestTimeUTC)
- loader := DelegationConfigLoader()
+ loader := delegationConfigLoader()
// Put the initial copy into the datastore.
cfg, err := loadConfig(`
« no previous file with comments | « tokenserver/appengine/impl/delegation/config.go ('k') | tokenserver/appengine/impl/delegation/warmup.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698