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

Unified Diff: service/datastore/context_test.go

Issue 1289323002: Fix miscellaneous prod bugs. (Closed) Base URL: https://github.com/luci/gae@master
Patch Set: Remove superfluous function added in PS#1. 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
Index: service/datastore/context_test.go
diff --git a/service/datastore/context_test.go b/service/datastore/context_test.go
index d1684c1a2517715c11114651a06da877e4294804..5f613de9d95993181817c01e52ef5695d23f0eba 100644
--- a/service/datastore/context_test.go
+++ b/service/datastore/context_test.go
@@ -16,6 +16,7 @@ type fakeInfo struct{ info.Interface }
func (fakeInfo) GetNamespace() string { return "ns" }
func (fakeInfo) AppID() string { return "aid" }
+func (fakeInfo) IsDevAppServer() bool { return false }
type fakeService struct{ RawInterface }

Powered by Google App Engine
This is Rietveld 408576698