Adding ability for plugin system to respect the defaults listed in the plugin manifest. (#9066)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
b78b216a3c
Коммит
e3c26a0e89
@@ -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",
|
||||
},
|
||||
},
|
||||
|
||||
Ссылка в новой задаче
Block a user