From ae8af5413143636d5fe52ddaffa5d9122681bc20 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Sun, 7 Feb 2021 18:40:11 +0300 Subject: Update config Endure updated to beta.23 Tests update --- tests/plugins/http/http_plugin_test.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/plugins/http/http_plugin_test.go b/tests/plugins/http/http_plugin_test.go index 9cd1c147..0b6fb77a 100644 --- a/tests/plugins/http/http_plugin_test.go +++ b/tests/plugins/http/http_plugin_test.go @@ -1216,10 +1216,12 @@ func TestHttpBrokenPipes(t *testing.T) { assert.NoError(t, err) err = cont.Init() - assert.Error(t, err) + assert.NoError(t, err) _, err = cont.Serve() assert.Error(t, err) + + assert.NoError(t, cont.Stop()) } func TestHTTPSupervisedPool(t *testing.T) { -- cgit v1.2.3