backport of commit 293e8b8ac5469fc18470b4fb03fa6618b796bb5f (#23045)

Co-authored-by: Steven Clark <steven.clark@hashicorp.com>
This commit is contained in:
hc-github-team-secure-vault-core 2023-09-13 08:39:58 -04:00 committed by GitHub
parent da9cd4c878
commit cf35e72593
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1452,6 +1452,7 @@ func TestCRLIssuerRemoval(t *testing.T) {
// unified CRLs get built.
_, err := CBWrite(b, s, "config/crl", map[string]interface{}{
"cross_cluster_revocation": true,
"auto_rebuild": true,
})
require.NoError(t, err, "failed enabling unified CRLs on enterprise")
}