This commit is contained in:
Dhwani Shah 2023-10-27 20:45:17 -07:00
Родитель d013dc92c4
Коммит 9395e69915
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -8,7 +8,7 @@ import (
"github.com/microsoft/moc/pkg/certs"
)
func Test_ValidateProxyURL(t *testing.T) {
func Test_ValidateProxyURLAndTestConnection(t *testing.T) {
caCert, _, err := certs.GenerateClientCertificate("ValidCertificate")
if err != nil {
t.Fatalf(err.Error())