From e3c26a0e89253fb626515831d8468050e6235d89 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Mon, 9 Jul 2018 07:25:57 -0700 Subject: Adding ability for plugin system to respect the defaults listed in the plugin manifest. (#9066) --- app/diagnostics_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/diagnostics_test.go') 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", }, }, -- cgit v1.2.3-1-g7c22