Skip to content

Commit 6fb24d1

Browse files
committed
remove redundant https test (remote host no longer exists)
1 parent d2f64e4 commit 6fb24d1

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

test/tags/Http.cfc

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -126,14 +126,6 @@ component extends="org.lucee.cfml.test.LuceeTestCase" labels="http" {
126126
var res=deserializeJSON(res.filecontent);
127127
assertEquals(data,res.httpRequestData.content);
128128
}
129-
130-
public void function testCheckTLSVersion(){
131-
http url="https://www.howsmyssl.com/a/check" result="local.res";
132-
expect(isJson(res.filecontent)).toBeTrue();
133-
var tlsReport = DeserializeJson(res.filecontent);
134-
// SystemOutput("", true);
135-
// SystemOutput("CFHTTP is using [#tlsReport.tls_version#] (jvm default)", true);
136-
}
137129

138130
public void function testCachedHttpRequest(){
139131
http url="#variables.updateProvider#/rest/update/provider/echoGet" result="local.res" method="get" cachedWithin="request"{

0 commit comments

Comments
 (0)