summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-02-22 14:00:27 +0300
committerGitHub <[email protected]>2021-02-22 14:00:27 +0300
commit3c5a85bf8a0d1c8b8f8f71c215f75b338c4e7510 (patch)
tree72342ff30fbdf9282498ffae1085b4ab1e0092ef /tests
parent7c949c1da173523f6b5d8a81c5e7c4e607186141 (diff)
parent6129db95fae8ae297f81f5d6c0572edca880d426 (diff)
Merge pull request #552 from spiral/dependabot/go_modules/github.com/yookoala/gofast-0.6.0
Bump github.com/yookoala/gofast from 0.5.0 to 0.6.0
Diffstat (limited to 'tests')
-rw-r--r--tests/plugins/http/http_plugin_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/plugins/http/http_plugin_test.go b/tests/plugins/http/http_plugin_test.go
index 0b6fb77a..bca8a2f1 100644
--- a/tests/plugins/http/http_plugin_test.go
+++ b/tests/plugins/http/http_plugin_test.go
@@ -412,7 +412,7 @@ func fcgiEcho(t *testing.T) {
fcgiHandler := gofast.NewHandler(
gofast.BasicParamsMap(gofast.BasicSession),
- gofast.SimpleClientFactory(fcgiConnFactory, 0),
+ gofast.SimpleClientFactory(fcgiConnFactory),
)
w := httptest.NewRecorder()
@@ -684,7 +684,7 @@ func fcgiReqURI(t *testing.T) {
fcgiHandler := gofast.NewHandler(
gofast.BasicParamsMap(gofast.BasicSession),
- gofast.SimpleClientFactory(fcgiConnFactory, 0),
+ gofast.SimpleClientFactory(fcgiConnFactory),
)
w := httptest.NewRecorder()