diff options
author | Valery Piashchynski <[email protected]> | 2020-02-28 01:51:55 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-02-28 01:51:55 +0300 |
commit | 6dd2ea9f38003e9c2e7bb54da20fabbabdd696ed (patch) | |
tree | e0f933d6cf8bc2db252a41fa89240e52dfb74aed /worker_test.go | |
parent | 4841b41b9a3b08a5c0f44d46c77d98fd6b4b88f5 (diff) |
Test_FCGI_Service update
Diffstat (limited to 'worker_test.go')
-rw-r--r-- | worker_test.go | 2 |
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) |