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.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/model/plugins_response_test.go b/model/plugins_response_test.go
index 9129c68f7..1aa3cbcd0 100644
--- a/model/plugins_response_test.go
+++ b/model/plugins_response_test.go
@@ -19,8 +19,8 @@ func TestPluginsResponseJson(t *testing.T) {
}
response := &PluginsResponse{
- Active: []*Manifest{manifest},
- Inactive: []*Manifest{},
+ Active: []*PluginInfo{{Manifest: *manifest}},
+ Inactive: []*PluginInfo{},
}
json := response.ToJson()