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