test(inputs.x509_cert): fix missing tag (#12720)
This commit is contained in:
parent
d1d9737da6
commit
29916dfee0
|
|
@ -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": "",
|
||||
|
|
|
|||
Loading…
Reference in New Issue