зеркало из https://github.com/microsoft/moc.git
minor update
This commit is contained in:
Родитель
3db2ef18f1
Коммит
bb27062143
|
@ -39,7 +39,7 @@ func Test_TestProxyUrlConnection(t *testing.T) {
|
|||
err = TestProxyUrlConnection(parsedUrl, caCertString, "")
|
||||
expectedResult := "Get \"https://mcr.microsoft.com\": proxyconnect tcp: dial tcp: lookup .ceccloud1.selfhost.corp.microsoft.com: no such host: Invalid Input"
|
||||
if err.Error() != expectedResult {
|
||||
t.Fatalf("Test_ValidateProxyURL test case failed. Expected error %s but got %s", expectedResult, err.Error())
|
||||
t.Fatalf("Test_TestProxyUrlConnection test case failed. Expected error %s but got %s", expectedResult, err.Error())
|
||||
}
|
||||
|
||||
// Valid case
|
||||
|
@ -48,7 +48,7 @@ func Test_TestProxyUrlConnection(t *testing.T) {
|
|||
parsedUrl, _ = ValidateProxyURL(proxy.Target.URL)
|
||||
err = TestProxyUrlConnection(parsedUrl, "", "http://www.bing.com")
|
||||
if err != nil {
|
||||
t.Fatalf("Test_ValidateProxyURL test case failed. %s", err.Error())
|
||||
t.Fatalf("Test_TestProxyUrlConnection test case failed. %s", err.Error())
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче