From 26f9d35e18ef79d79a5609c6c68f1b6ad38c7aed Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Tue, 19 Jan 2021 16:47:15 +0300 Subject: Uniform all errors operations Add new ExecTTL event Update tests Signed-off-by: Valery Piashchynski --- tests/plugins/config/plugin1.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/plugins/config') 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{} -- cgit v1.2.3