mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-07-27 23:40:23 +00:00
TUN-813: Clean up cloudflared dependencies
This commit is contained in:
10
vendor/github.com/certifi/gocertifi/certifi_test.go
generated
vendored
10
vendor/github.com/certifi/gocertifi/certifi_test.go
generated
vendored
@@ -1,10 +0,0 @@
|
||||
package gocertifi
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestGetCerts(t *testing.T) {
|
||||
cert_pool, err := CACerts()
|
||||
if (cert_pool == nil) || (err != nil) {
|
||||
t.Errorf("Failed to return the certificates.")
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user