Fix format errors in PKI tests (#16015)

Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
This commit is contained in:
Alexander Scheel
2022-06-16 10:41:05 -04:00
committed by GitHub
parent 93eaf3c860
commit 87a312ad9d

View File

@@ -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,
})