summaryrefslogtreecommitdiff
path: root/pkg/pipe/pipe_factory_spawn_test.go
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-01-18 21:34:55 +0300
committerGitHub <[email protected]>2021-01-18 21:34:55 +0300
commita9a206b31e272e0508fff496e9641c4db291ddb7 (patch)
tree7b63544ead9f87af8493ebfb95a742acc263278e /pkg/pipe/pipe_factory_spawn_test.go
parent77be5a1d2db3ca6ce1408f254391c66e0c5367e8 (diff)
parenteaa3aed1188873c734dd6e283111f811745cca61 (diff)
Merge pull request #483 from spiral/bug/incorrect_env_variables
bug(server): Incorrectly set environment variables
Diffstat (limited to 'pkg/pipe/pipe_factory_spawn_test.go')
-rw-r--r--pkg/pipe/pipe_factory_spawn_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/pipe/pipe_factory_spawn_test.go b/pkg/pipe/pipe_factory_spawn_test.go
index 6decedf8..805a24ee 100644
--- a/pkg/pipe/pipe_factory_spawn_test.go
+++ b/pkg/pipe/pipe_factory_spawn_test.go
@@ -116,7 +116,7 @@ func Test_Pipe_Failboot2(t *testing.T) {
assert.Contains(t, err.Error(), "failboot")
}
-func Test_Pipe_Invalid2t(t *testing.T) {
+func Test_Pipe_Invalid2(t *testing.T) {
cmd := exec.Command("php", "../../tests/invalid.php")
w, err := NewPipeFactory().SpawnWorker(cmd)
assert.Error(t, err)