(t *testing.T)
| 682 | } |
| 683 | |
| 684 | func TestPathParam(t *testing.T) { |
| 685 | testPathParam(t, tc()) |
| 686 | testPathParam(t, tc().EnableForceHTTP1()) |
| 687 | } |
| 688 | |
| 689 | func testPathParam(t *testing.T, c *Client) { |
| 690 | username := "imroc" |
nothing calls this directly
no test coverage detected
searching dependent graphs…