summaryrefslogtreecommitdiffstats
path: root/app/diagnostics_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/diagnostics_test.go')
-rw-r--r--app/diagnostics_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/diagnostics_test.go b/app/diagnostics_test.go
index 2c61fb335..1dfcbecd1 100644
--- a/app/diagnostics_test.go
+++ b/app/diagnostics_test.go
@@ -32,8 +32,8 @@ func newTestServer() (chan string, *httptest.Server) {
func TestPluginSetting(t *testing.T) {
settings := &model.PluginSettings{
- Plugins: map[string]interface{}{
- "test": map[string]string{
+ Plugins: map[string]map[string]interface{}{
+ "test": map[string]interface{}{
"foo": "bar",
},
},