Merge branch 'main' of https://github.com/mt21625457/aicodex2api
This commit is contained in:
@@ -34,7 +34,7 @@ func (s *ProxyProbeServiceSuite) TearDownTest() {
|
||||
}
|
||||
|
||||
func (s *ProxyProbeServiceSuite) setupProxyServer(handler http.HandlerFunc) {
|
||||
s.proxySrv = httptest.NewServer(handler)
|
||||
s.proxySrv = newLocalTestServer(s.T(), handler)
|
||||
}
|
||||
|
||||
func (s *ProxyProbeServiceSuite) TestProbeProxy_InvalidProxyURL() {
|
||||
|
||||
Reference in New Issue
Block a user