(t *testing.T)
| 338 | } |
| 339 | |
| 340 | func TestMustKeyAuthWithConfig_panic(t *testing.T) { |
| 341 | assert.Panics(t, func() { |
| 342 | KeyAuthWithConfig(KeyAuthConfig{}) |
| 343 | }) |
| 344 | } |
| 345 | |
| 346 | func TestKeyAuth_errorHandlerSwallowsError(t *testing.T) { |
| 347 | handlerCalled := false |
nothing calls this directly
no test coverage detected
searching dependent graphs…