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

Function TestOrganizationsService_Get_invalidOrg

github/orgs_test.go:219–226  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

217}
218
219func TestOrganizationsService_Get_invalidOrg(t *testing.T) {
220 t.Parallel()
221 client, _, _ := setup(t)
222
223 ctx := t.Context()
224 _, _, err := client.Organizations.Get(ctx, "%")
225 testURLParseError(t, err)
226}
227
228func TestOrganizationsService_GetByID(t *testing.T) {
229 t.Parallel()

Callers

nothing calls this directly

Calls 3

testURLParseErrorFunction · 0.85
setupFunction · 0.70
GetMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…