summaryrefslogtreecommitdiffstats
path: root/model/plugins_response_test.go
diff options
context:
space:
mode:
authorChris <ccbrown112@gmail.com>2017-11-30 14:55:44 -0600
committerGitHub <noreply@github.com>2017-11-30 14:55:44 -0600
commitdaebd26a2894d88eb4c703b3be75f042cd563fef (patch)
tree0dfd6d21a1c284271f366c1b8279833fc4e7ed30 /model/plugins_response_test.go
parenteaca461ee35993c07936a5888c003153d9e9b24f (diff)
downloadchat-daebd26a2894d88eb4c703b3be75f042cd563fef.tar.gz
chat-daebd26a2894d88eb4c703b3be75f042cd563fef.tar.bz2
chat-daebd26a2894d88eb4c703b3be75f042cd563fef.zip
PLT-8018: Bundled jira plugin (#7920)
* bundled jira plugin * fix generated file formatting, add prepackaged key * whoops, uploaded wrong file * whitelist generated files for license check * make it work for people without go/bin in their path
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()