This repository was archived by the owner on Jul 11, 2023. It is now read-only.
This repository was archived by the owner on Jul 11, 2023. It is now read-only.
test: pkg/certificate/providers/config.go functions #3425
Closed
Description
In pkg/certificate/providers/config.go
, the unit test coverage is low for the following functions:
- getHashiVaultOSMCertificateManager()
ValidateCertManagerOptions()- NewCertificateProvider()
ValidateVaultOptions()- getCertManagerOSMCertificateManager()
It would help to create a unit test for these.
See highlighted lines below.
ref #1489