Skip to content

Commit

Permalink
Updating sdk version and viper schema
Browse files Browse the repository at this point in the history
  • Loading branch information
mchavez committed Jul 26, 2024
1 parent 1956eb0 commit 240cb7e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pkg/client/internal_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 240cb7e

Please sign in to comment.