zrepl/transport/tls/tls_test_helper.go
2020-07-26 20:32:35 +02:00

11 lines
179 B
Go

package tls
import "testing"
var fakeCertificateLoading bool
func FakeCertificateLoading(t *testing.T) {
t.Logf("faking certificate loading")
fakeCertificateLoading = true
}