summaryrefslogtreecommitdiffstats
path: root/model/plugins_response_test.go
diff options
context:
space:
mode:
authorJesse Hallam <jesse.hallam@gmail.com>2018-07-18 18:32:33 -0400
committerChristopher Speller <crspeller@gmail.com>2018-07-18 15:32:33 -0700
commit309a3dda605dbda6b9f6f769ea386764671ea5d3 (patch)
tree3b891fef93781aa8d4dcfe41d093715cb1be8913 /model/plugins_response_test.go
parentcbd3fa4b3ba0e24c6008ac1e501d7a7fe25c1c99 (diff)
downloadchat-309a3dda605dbda6b9f6f769ea386764671ea5d3.tar.gz
chat-309a3dda605dbda6b9f6f769ea386764671ea5d3.tar.bz2
chat-309a3dda605dbda6b9f6f769ea386764671ea5d3.zip
Support `server`, deprecate `backend` in plugin manifest (#9127)
* Support `server`, deprecate `backend` in plugin manifest This lets us converge on the use of the term `server` everywhere instead of sometimes `backend` and sometimes `server`. We're still using `webapp` and will eventually support `mobile` as well. The plan is actually to rip out these deprecations as part of releasing 5.2, but I want to coordinate the extra additional breakage at the same time, so for now this is a backwards compatible change. * fix failing tests
Diffstat (limited to 'model/plugins_response_test.go')
-rw-r--r--model/plugins_response_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/model/plugins_response_test.go b/model/plugins_response_test.go
index 1aa3cbcd0..4b889ea1c 100644
--- a/model/plugins_response_test.go
+++ b/model/plugins_response_test.go
@@ -10,7 +10,7 @@ import (
func TestPluginsResponseJson(t *testing.T) {
manifest := &Manifest{
Id: "theid",
- Backend: &ManifestBackend{
+ Server: &ManifestServer{
Executable: "theexecutable",
},
Webapp: &ManifestWebapp{