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