Fix format errors in PKI tests (#16015)
Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
This commit is contained in:
parent
491a2311b6
commit
b00e32fec7
|
@ -4159,7 +4159,7 @@ func RoleIssuanceRegressionHelper(t *testing.T, b *backend, s logical.Storage, i
|
|||
}
|
||||
|
||||
resp, err = CBWrite(b, s, "issue/"+role, map[string]interface{}{
|
||||
"common_name": test.CommonName,
|
||||
"common_name": test.CommonName,
|
||||
"exclude_cn_from_sans": true,
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue