test(inputs.x509_cert): fix missing tag (#12720)

This commit is contained in:
Joshua Powers 2023-02-22 07:33:34 -07:00 committed by GitHub
parent d1d9737da6
commit 29916dfee0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -588,6 +588,7 @@ func TestClassification(t *testing.T) {
"country": "US",
"issuer_common_name": "Intermediate CA",
"issuer_serial_number": "",
"ocsp_stapled": "no",
"organization": "Testing Inc.",
"public_key_algorithm": "RSA",
"san": "127.0.0.1",
@ -613,6 +614,7 @@ func TestClassification(t *testing.T) {
"country": "US",
"issuer_common_name": "Root CA",
"issuer_serial_number": "",
"ocsp_stapled": "no",
"organization": "Testing Inc.",
"public_key_algorithm": "RSA",
"san": "",
@ -638,6 +640,7 @@ func TestClassification(t *testing.T) {
"country": "US",
"issuer_common_name": "Root CA",
"issuer_serial_number": "",
"ocsp_stapled": "no",
"organization": "Testing Inc.",
"public_key_algorithm": "RSA",
"san": "",