(t *testing.T)
| 192 | } |
| 193 | |
| 194 | func TestSetCommonHeaderNonCanonical(t *testing.T) { |
| 195 | c := tc().SetCommonHeaderNonCanonical("my-Header", "my-value") |
| 196 | tests.AssertEqual(t, "my-value", c.Headers["my-Header"][0]) |
| 197 | } |
| 198 | |
| 199 | func TestSetCommonHeaders(t *testing.T) { |
| 200 | c := tc().SetCommonHeaders(map[string]string{ |
nothing calls this directly
no test coverage detected
searching dependent graphs…