MCPcopy Create free account
hub / github.com/brimdata/super / TestAuthIdentity

Method TestAuthIdentity

service/client_test.go:106–110  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

104}
105
106func (c *testClient) TestAuthIdentity() api.AuthIdentityResponse {
107 r, err := c.Connection.AuthIdentity(c.Context())
108 require.NoError(c, err)
109 return r
110}

Callers 1

TestAuthIdentityFunction · 0.80

Calls 2

AuthIdentityMethod · 0.80
ContextMethod · 0.80

Tested by

no test coverage detected