Skip to content

Commit

Permalink
Fix schema test.
Browse files Browse the repository at this point in the history
  • Loading branch information
kitography committed Sep 24, 2024
1 parent cfd1cc6 commit 95907d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions builtin/logical/pki/storage_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ func genCertBundle(t *testing.T, b *backend, s logical.Storage) *certutil.CertBu
fields := addCACommonFields(map[string]*framework.FieldSchema{})
fields = addCAKeyGenerationFields(fields)
fields = addCAIssueFields(fields)
fields = addCACertKeyUsage(fields)
apiData := &framework.FieldData{
Schema: fields,
Raw: map[string]interface{}{
Expand Down

0 comments on commit 95907d4

Please sign in to comment.