(t *testing.T, recorder *httptest.ResponseRecorder, dest any)
| 504 | } |
| 505 | |
| 506 | func decodeJSONResponse(t *testing.T, recorder *httptest.ResponseRecorder, dest any) { |
| 507 | t.Helper() |
| 508 | testutil.DecodeJSONResponse(t, recorder, dest) |
| 509 | } |
| 510 | |
| 511 | func decodeSSEData(t *testing.T, record sseRecord, dest any) { |
| 512 | t.Helper() |
no test coverage detected