From 40323f23e5418269725594f3b606972ad1626b9b Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Tue, 1 Aug 2017 17:24:38 +0800 Subject: [PATCH] update testing Signed-off-by: Bo-Yi Wu --- plugin_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin_test.go b/plugin_test.go index 975199f..833e4fd 100644 --- a/plugin_test.go +++ b/plugin_test.go @@ -240,7 +240,7 @@ func TestSetENV(t *testing.T) { Port: 22, KeyPath: "./tests/.ssh/id_rsa", Secrets: []string{"FOO"}, - Envs: []string{"FOO"}, + Envs: []string{"foo"}, Debug: true, Script: []string{"whoami; echo $FOO"}, CommandTimeout: 1,