MCPcopy Create free account
hub / github.com/google/go-github / TestTeamsService_ListTeams_invalidOrg

Function TestTeamsService_ListTeams_invalidOrg

github/teams_test.go:56–63  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

54}
55
56func TestTeamsService_ListTeams_invalidOrg(t *testing.T) {
57 t.Parallel()
58 client, _, _ := setup(t)
59
60 ctx := t.Context()
61 _, _, err := client.Teams.ListTeams(ctx, "%", nil)
62 testURLParseError(t, err)
63}
64
65func TestTeamsService_GetTeamByID(t *testing.T) {
66 t.Parallel()

Callers

nothing calls this directly

Calls 3

testURLParseErrorFunction · 0.85
setupFunction · 0.70
ListTeamsMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…