From 2f71f79ac704ed95dad961677b6e602e38641b5d Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Mon, 21 Dec 2020 10:27:10 +0300 Subject: Remove unused contex from interfaces. Update pool allocator. --- plugins/server/tests/plugin_sockets.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/server/tests/plugin_sockets.go') diff --git a/plugins/server/tests/plugin_sockets.go b/plugins/server/tests/plugin_sockets.go index e5b139d4..ee971e45 100644 --- a/plugins/server/tests/plugin_sockets.go +++ b/plugins/server/tests/plugin_sockets.go @@ -79,7 +79,7 @@ func (f *Foo2) Serve() chan error { } // should not be errors - err = sw.Stop(context.Background()) + err = sw.Stop() if err != nil { errCh <- err return errCh -- cgit v1.2.3