Wrong extension for unit TestCertPoolCreator unit test.
This commit is contained in:
parent
cebff8e1d2
commit
59b9d9a53f
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ func TestCurrentBatchCalculator(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestCertPoolCreator(t *testing.T) {
|
func TestCertPoolCreator(t *testing.T) {
|
||||||
extensions := map[string]struct{}{".pem": {}}
|
extensions := map[string]struct{}{".crt": {}}
|
||||||
|
|
||||||
_, err := createCertPool("examples/certs", extensions)
|
_, err := createCertPool("examples/certs", extensions)
|
||||||
assert.NoError(t, err)
|
assert.NoError(t, err)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue