Index: impl/dummy/dummy.go |
diff --git a/impl/dummy/dummy.go b/impl/dummy/dummy.go |
index e5b11185dde97f35e546ec398c911df0ffbf27a1..1f08c28532e36bedd3f7c249eff66c6fdac93dbe 100644 |
--- a/impl/dummy/dummy.go |
+++ b/impl/dummy/dummy.go |
@@ -144,7 +144,7 @@ func (i) VersionID() string |
func (i) Namespace(namespace string) (context.Context, error) { panic(ni()) } |
func (i) Datacenter() string { panic(ni()) } |
func (i) InstanceID() string { panic(ni()) } |
-func (i) IsDevAppServer() bool { panic(ni()) } |
+func (i) IsDevAppServer() bool { return false } |
func (i) ServerSoftware() string { panic(ni()) } |
func (i) IsCapabilityDisabled(err error) bool { panic(ni()) } |
func (i) IsOverQuota(err error) bool { panic(ni()) } |