diff options
author | Valery Piashchynski <[email protected]> | 2021-04-06 15:15:01 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-04-06 15:15:01 +0300 |
commit | ad8db0ad8907fbc562123b41323b34ec6c0dec9f (patch) | |
tree | 036884e8f37d3c9abe965e487fe2eecef903ccf2 /tests/plugins/config/plugin2.go | |
parent | 4e468f900e82c344269be0129624cbfcde706e26 (diff) |
- Add new configuration option to the status plugin
Diffstat (limited to 'tests/plugins/config/plugin2.go')
-rwxr-xr-x | tests/plugins/config/plugin2.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/plugins/config/plugin2.go b/tests/plugins/config/plugin2.go index 0fea9007..9639b170 100755 --- a/tests/plugins/config/plugin2.go +++ b/tests/plugins/config/plugin2.go @@ -37,7 +37,7 @@ func (f *Foo2) Serve() chan error { return errCh } - if allCfg.RPC.Listen != "tcp://localhost:6061" { + if allCfg.RPC.Listen != "tcp://localhost:36643" { errCh <- errors.E(op, errors.Str("RPC.Listen should be overwritten")) return errCh } |