X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a1ad1f1d7ce5edf62945340c34ba5e22a36f1157..da705110826943b04151f959e059b5f4ffcc4c5e:/sdk/go/arvadosclient/arvadosclient_test.go diff --git a/sdk/go/arvadosclient/arvadosclient_test.go b/sdk/go/arvadosclient/arvadosclient_test.go index d8bec398b8..1af964d0a0 100644 --- a/sdk/go/arvadosclient/arvadosclient_test.go +++ b/sdk/go/arvadosclient/arvadosclient_test.go @@ -28,7 +28,7 @@ func (s *ServerRequiredSuite) SetUpTest(c *C) { } func (s *ServerRequiredSuite) TestMakeArvadosClientSecure(c *C) { - os.Unsetenv("ARVADOS_API_HOST_INSECURE") + os.Setenv("ARVADOS_API_HOST_INSECURE", "") kc, err := MakeArvadosClient() c.Assert(err, Equals, nil) c.Check(kc.ApiServer, Equals, os.Getenv("ARVADOS_API_HOST"))