summaryrefslogtreecommitdiffstats
path: root/model/plugins_response_test.go
diff options
context:
space:
mode:
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{