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

Method TestAuthMethod

service/client_test.go:100–104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

98}
99
100func (c *testClient) TestAuthMethod() api.AuthMethodResponse {
101 r, err := c.Connection.AuthMethod(c.Context())
102 require.NoError(c, err)
103 return r
104}
105
106func (c *testClient) TestAuthIdentity() api.AuthIdentityResponse {
107 r, err := c.Connection.AuthIdentity(c.Context())

Callers 1

TestAuthMethodGetFunction · 0.80

Calls 2

AuthMethodMethod · 0.80
ContextMethod · 0.80

Tested by

no test coverage detected