func TestConfiguration_GCRA_Not_Registered(t *testing.T) { testBackendConfiguration(t, "panic", cfgmock.PathValue{}, func(rec *httptest.ResponseRecorder) { assert.Exactly(t, http.StatusTeapot, rec.Code) }, http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) { panic("Should n
( t *testing.T, httpRequestURL string, pv cfgmock.PathValue, assertResponse func(*httptest.ResponseRecorder), nextH http.Handler, testLogger bool, opts ...signed.Option, )
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected