Skip to content

Commit

Permalink
Add function documentation to certs_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
JanHoefelmeyer committed Sep 25, 2023
1 parent 17945d6 commit 3de42e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/certs/certs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ package certs

import "testing"

// TestLoadCertificates tests if LoadCertificate correctly loads
// valid certificates and throws an error at invalid certificates,
// keys or passphrases
func TestLoadCertificates(t *testing.T) {
testCert := "data/testclient.crt"
testKey := "data/testclientkey.pem"
Expand Down

0 comments on commit 3de42e7

Please sign in to comment.