summaryrefslogtreecommitdiff
path: root/worker_test.go
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-02-28 01:51:55 +0300
committerValery Piashchynski <[email protected]>2020-02-28 01:51:55 +0300
commit6dd2ea9f38003e9c2e7bb54da20fabbabdd696ed (patch)
treee0f933d6cf8bc2db252a41fa89240e52dfb74aed /worker_test.go
parent4841b41b9a3b08a5c0f44d46c77d98fd6b4b88f5 (diff)
Test_FCGI_Service update
Diffstat (limited to 'worker_test.go')
-rw-r--r--worker_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/worker_test.go b/worker_test.go
index 46eb5f7c..c21e67cb 100644
--- a/worker_test.go
+++ b/worker_test.go
@@ -171,7 +171,7 @@ func Test_Broken(t *testing.T) {
assert.Error(t, err)
assert.Contains(t, err.Error(), "undefined_function()")
}()
-
+
res, err := w.Exec(&Payload{Body: []byte("hello")})
assert.Nil(t, res)
assert.NotNil(t, err)