Skip to content

Commit

Permalink
Remove unnecessary line
Browse files Browse the repository at this point in the history
  • Loading branch information
kisunji committed Nov 17, 2022
1 parent 7625c05 commit 37e0216
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions agent/connect/ca/provider_vault_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -906,8 +906,7 @@ func TestVaultCAProvider_GenerateIntermediate(t *testing.T) {

SkipIfVaultNotPresent(t)

provider, testVault := testVaultProviderWithConfig(t, true, nil)
_ = testVault
provider, _ := testVaultProviderWithConfig(t, true, nil)

orig, err := provider.ActiveIntermediate()
require.NoError(t, err)
Expand Down

0 comments on commit 37e0216

Please sign in to comment.