()
| 305 | } |
| 306 | |
| 307 | func (r *readCloser) Close() error { |
| 308 | r.closed = true |
| 309 | return nil |
| 310 | } |
| 311 | |
| 312 | func TestBinaryResponseDefaultContentType(t *testing.T) { |
| 313 | ts, record := runtimeAPIServer(`{"message": "I am craving tacos"}`, 1) |
no outgoing calls
no test coverage detected