diff options
author | Valery Piashchynski <[email protected]> | 2021-01-19 16:47:15 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-01-19 16:47:15 +0300 |
commit | 26f9d35e18ef79d79a5609c6c68f1b6ad38c7aed (patch) | |
tree | dd6224660ffd0dcefe2332807203ee1eaf6697b4 /tests/plugins/config | |
parent | 75ebbaac89ce8ebc3ab8de47b16e137844cfcd8a (diff) |
Uniform all errors operations
Add new ExecTTL event
Update tests
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'tests/plugins/config')
-rwxr-xr-x | tests/plugins/config/plugin1.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/plugins/config/plugin1.go b/tests/plugins/config/plugin1.go index c77e7aa7..1de9a02e 100755 --- a/tests/plugins/config/plugin1.go +++ b/tests/plugins/config/plugin1.go @@ -62,7 +62,7 @@ func (f *Foo) Init(p config.Configurer) error { } func (f *Foo) Serve() chan error { - const op = errors.Op("foo serve") + const op = errors.Op("foo_plugin_serve") errCh := make(chan error, 1) r := &ReloadConfig{} |