Fix PKI test

This commit is contained in:
Jeff Mitchell 2018-05-09 12:47:00 -04:00
parent 2eb463aa8c
commit 573b403b5e
1 changed files with 1 additions and 1 deletions

View File

@ -2096,7 +2096,7 @@ func generateRoleSteps(t *testing.T, useCSRs bool) []logicaltest.TestStep {
addTests(nil)
roleTestStep.ErrorOk = false
roleVals.TTL = ""
roleVals.TTL = 0
roleVals.MaxTTL = 12 * time.Hour
}