From 4c32ad8cf5c2f70086ded5d11460be598b4c8117 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Mon, 18 Jan 2021 18:10:41 +0300 Subject: Fix incorrectly set environment variables in the server plugin --- pkg/pipe/pipe_factory_spawn_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/pipe/pipe_factory_spawn_test.go') 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) -- cgit v1.2.3