diff options
author | Valery Piashchynski <[email protected]> | 2021-02-07 18:40:11 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-02-07 18:40:11 +0300 |
commit | ae8af5413143636d5fe52ddaffa5d9122681bc20 (patch) | |
tree | 06691b0ce0515cab5f5c9f9e79caf0a7338c6bf0 /tests | |
parent | 7b63af9b205be85ed2a50408f762344e1aba1a46 (diff) |
Update config
Endure updated to beta.23
Tests update
Diffstat (limited to 'tests')
-rw-r--r-- | tests/plugins/http/http_plugin_test.go | 4 |
1 files changed, 3 insertions, 1 deletions
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) { |