(t *testing.T)
| 3582 | } |
| 3583 | |
| 3584 | func TestClusterConfigOnFolderPause(t *testing.T) { |
| 3585 | testConfigChangeTriggersClusterConfigs(t, true, false, nil, func(cfg config.Wrapper) { |
| 3586 | pauseFolder(t, cfg, cfg.FolderList()[0].ID, true) |
| 3587 | }) |
| 3588 | } |
| 3589 | |
| 3590 | func TestClusterConfigOnFolderUnpause(t *testing.T) { |
| 3591 | testConfigChangeTriggersClusterConfigs(t, true, false, func(cfg config.Wrapper) { |
nothing calls this directly
no test coverage detected