mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-03 13:58:22 -04:00
Remove extra debugging from PKI tests
This commit is contained in:
parent
4c2c932816
commit
5176c75a0f
1 changed files with 0 additions and 3 deletions
|
|
@ -1252,10 +1252,7 @@ func generateRoleSteps(t *testing.T, useCSRs bool) []logicaltest.TestStep {
|
|||
}
|
||||
|
||||
if testBitSize < roleVals.KeyBits {
|
||||
t.Logf("roleVals.KeyBits: %d, testBitSize: %d, issueTestStep.ErrorOk: %t, stepCount: %d, setting true", roleVals.KeyBits, testBitSize, issueTestStep.ErrorOk, stepCount)
|
||||
issueTestStep.ErrorOk = true
|
||||
} else {
|
||||
t.Logf("roleVals.KeyBits: %d, testBitSize: %d, issueTestStep.ErrorOk: %t, stepCount: %d", roleVals.KeyBits, testBitSize, issueTestStep.ErrorOk, stepCount)
|
||||
}
|
||||
|
||||
privKey, _ = rsa.GenerateKey(rand.Reader, testBitSize)
|
||||
|
|
|
|||
Loading…
Reference in a new issue