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

Function TestOrganizationsService_List_invalidUser

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

Source from the content-addressed store, hash-verified

172}
173
174func TestOrganizationsService_List_invalidUser(t *testing.T) {
175 t.Parallel()
176 client, _, _ := setup(t)
177
178 ctx := t.Context()
179 _, _, err := client.Organizations.List(ctx, "%", nil)
180 testURLParseError(t, err)
181}
182
183func TestOrganizationsService_Get(t *testing.T) {
184 t.Parallel()

Callers

nothing calls this directly

Calls 3

testURLParseErrorFunction · 0.85
setupFunction · 0.70
ListMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…