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

Unified Diff: impl/dummy/dummy.go

Issue 1289323002: Fix miscellaneous prod bugs. (Closed) Base URL: https://github.com/luci/gae@master
Patch Set: Rebase. Created 5 years, 4 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 | « filter/count/gi.go ('k') | impl/memory/info.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: impl/dummy/dummy.go
diff --git a/impl/dummy/dummy.go b/impl/dummy/dummy.go
index d2b34811dc7040419a77a43e388fa569425526bb..0fb2eb049615467cc053987fa217f33157f6e0af 100644
--- a/impl/dummy/dummy.go
+++ b/impl/dummy/dummy.go
@@ -133,7 +133,8 @@ func TaskQueue() taskqueue.RawInterface { return dummyTQInst }
type i struct{}
func (i) AccessToken(scopes ...string) (token string, expiry time.Time, err error) { panic(ni()) }
-func (i) AppID() string { return "dummy~appid" }
+func (i) AppID() string { return "appid" }
+func (i) FullyQualifiedAppID() string { return "dummy~appid" }
func (i) GetNamespace() string { return "dummy-namespace" }
func (i) ModuleHostname(module, version, instance string) (string, error) { panic(ni()) }
func (i) ModuleName() string { panic(ni()) }
« no previous file with comments | « filter/count/gi.go ('k') | impl/memory/info.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698