MCPcopy Index your code
hub / github.com/google/go-github / TestNewFormRequest_badURL

Function TestNewFormRequest_badURL

github/github_test.go:1805–1810  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

1803}
1804
1805func TestNewFormRequest_badURL(t *testing.T) {
1806 t.Parallel()
1807 c := mustNewClient(t)
1808 _, err := c.NewFormRequest(t.Context(), ":", nil)
1809 testURLParseError(t, err)
1810}
1811
1812func TestNewFormRequest_emptyUserAgent(t *testing.T) {
1813 t.Parallel()

Callers

nothing calls this directly

Calls 3

mustNewClientFunction · 0.85
testURLParseErrorFunction · 0.85
NewFormRequestMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…