diff options
author | Valery Piashchynski <[email protected]> | 2021-01-18 21:34:55 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2021-01-18 21:34:55 +0300 |
commit | a9a206b31e272e0508fff496e9641c4db291ddb7 (patch) | |
tree | 7b63544ead9f87af8493ebfb95a742acc263278e /pkg/pipe/pipe_factory_spawn_test.go | |
parent | 77be5a1d2db3ca6ce1408f254391c66e0c5367e8 (diff) | |
parent | eaa3aed1188873c734dd6e283111f811745cca61 (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.go | 2 |
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) |