diff options
Diffstat (limited to 'tests/plugins/server/plugin_pipes.go')
-rw-r--r-- | tests/plugins/server/plugin_pipes.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/plugins/server/plugin_pipes.go b/tests/plugins/server/plugin_pipes.go index af34b4d3..f1c13734 100644 --- a/tests/plugins/server/plugin_pipes.go +++ b/tests/plugins/server/plugin_pipes.go @@ -67,7 +67,7 @@ func (f *Foo) Serve() chan error { return errCh } if cmd == nil { - errCh <- errors.E(op, "command is nil") + errCh <- errors.E(op, errors.Str("command is nil")) return errCh } |