Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
206
func
getBasicTestHttpClient() *http.Client {
207
return
&http.Client{
208
Transport: &testutil.TestRoundTripper{},
209
}
210
}
Callers
2
suite_test.go
File · 0.85
devworkspace_controller_test.go
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected