mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
Fix format errors in PKI tests (#16015)
Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
This commit is contained in:
@@ -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,
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user