(t *testing.T)
| 3566 | } |
| 3567 | |
| 3568 | func TestClusterConfigOnFolderUnshare(t *testing.T) { |
| 3569 | testConfigChangeTriggersClusterConfigs(t, true, false, nil, func(cfg config.Wrapper) { |
| 3570 | fcfg := cfg.FolderList()[0] |
| 3571 | fcfg.Devices = nil |
| 3572 | setFolder(t, cfg, fcfg) |
| 3573 | }) |
| 3574 | } |
| 3575 | |
| 3576 | func TestClusterConfigOnFolderRemove(t *testing.T) { |
| 3577 | testConfigChangeTriggersClusterConfigs(t, true, false, nil, func(cfg config.Wrapper) { |
nothing calls this directly
no test coverage detected