Skip to content

Commit

Permalink
remove extra test check
Browse files Browse the repository at this point in the history
  • Loading branch information
rculpepper committed Dec 20, 2024
1 parent c49af45 commit f1afba6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ func testCheckPKISecretRootSignIntermediate(res, path, commonName, format, notAf
resource.TestCheckResourceAttr(res, "province", "CA"),
resource.TestCheckResourceAttr(res, "format", format),
resource.TestCheckResourceAttrSet(res, "serial_number"),
resource.TestCheckResourceAttr(res, "not_after", notAfter),
assertPKICertificateBundle(res, format),
assertPKICAChain(res),
assertCertificateAttributes(res, notAfter),
Expand Down

0 comments on commit f1afba6

Please sign in to comment.