diff options
author | Valery Piashchynski <[email protected]> | 2021-04-30 13:41:18 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-04-30 13:41:18 +0300 |
commit | 5f451ffbba6b9758d61ba70ddd112a8e1570045a (patch) | |
tree | aafd7e6fe00dd6b53ab768fcf45535384f4c9df7 /tests/plugins/informer | |
parent | c9770668debb203f121d8a5f08a3e3c19f4535ea (diff) |
- Update CHANGELOG
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'tests/plugins/informer')
-rw-r--r-- | tests/plugins/informer/test_plugin.go | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/plugins/informer/test_plugin.go b/tests/plugins/informer/test_plugin.go index db757110..43335999 100644 --- a/tests/plugins/informer/test_plugin.go +++ b/tests/plugins/informer/test_plugin.go @@ -49,9 +49,7 @@ func (p1 *Plugin1) Name() string { return "informer.plugin1" } -func (p1 *Plugin1) Available() bool { - return true -} +func (p1 *Plugin1) Available() {} func (p1 *Plugin1) Workers() []process.State { p, err := p1.server.NewWorkerPool(context.Background(), testPoolConfig, nil) |