zrepl/transport/tls/tls_test_helper.go

11 lines
179 B
Go
Raw Normal View History

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