MCPcopy Create free account
hub / github.com/devfile/devworkspace-operator / getBasicTestHttpClient

Function getBasicTestHttpClient

controllers/workspace/suite_test.go:206–210  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

204}
205
206func getBasicTestHttpClient() *http.Client {
207 return &http.Client{
208 Transport: &testutil.TestRoundTripper{},
209 }
210}

Callers 2

suite_test.goFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected