From 240cb7e414a32e040f0c976242fd94c9d49da9a4 Mon Sep 17 00:00:00 2001 From: mchavez Date: Fri, 26 Jul 2024 15:42:28 -0600 Subject: [PATCH] Updating sdk version and viper schema --- pkg/client/internal_integration_test.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pkg/client/internal_integration_test.go b/pkg/client/internal_integration_test.go index d04f749..aed57ac 100644 --- a/pkg/client/internal_integration_test.go +++ b/pkg/client/internal_integration_test.go @@ -97,12 +97,6 @@ func TestVaultMembers(t *testing.T) { assert.Nil(t, err) defer resp.Body.Close() - - resp, err = cli.httpClient.Do(req) - assert.Nil(t, err) - - defer resp.Body.Close() - res, err := io.ReadAll(resp.Body) assert.Nil(t, err) assert.NotNil(t, res)