diff options
author | Valery Piashchynski <[email protected]> | 2020-12-03 13:14:29 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-12-03 13:14:29 +0300 |
commit | f86e67bcc90560cd907df5abbf5ca7b3fcbe8ca1 (patch) | |
tree | afcc2897a198fe747bc8673cd8bd9b2d6fe709a1 /plugins | |
parent | 31e4bb7b236fe0ae59fd42d66af0d718b67a2a4b (diff) |
Correct Test_Broken test, replace channel with wait group
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/checker/plugin.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/checker/plugin.go b/plugins/checker/plugin.go index 11dce06e..9f4c1fd8 100644 --- a/plugins/checker/plugin.go +++ b/plugins/checker/plugin.go @@ -93,7 +93,7 @@ func (c *Plugin) RPC() interface{} { } type Plugins struct { - Plugins []string `query:"service"` + Plugins []string `query:"plugin"` } const template string = "Service: %s: Status: %d\n" |