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

Function TestUsersService_ListKeys_invalidUser

github/users_keys_test.go:74–81  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

72}
73
74func TestUsersService_ListKeys_invalidUser(t *testing.T) {
75 t.Parallel()
76 client, _, _ := setup(t)
77
78 ctx := t.Context()
79 _, _, err := client.Users.ListKeys(ctx, "%", nil)
80 testURLParseError(t, err)
81}
82
83func TestUsersService_GetKey(t *testing.T) {
84 t.Parallel()

Callers

nothing calls this directly

Calls 3

testURLParseErrorFunction · 0.85
setupFunction · 0.70
ListKeysMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…