1
0
mirror of https://github.com/golang/go synced 2024-11-18 07:04:52 -07:00
This commit is contained in:
Kévin Dunglas 2022-08-08 22:44:55 +02:00
parent 56dd718358
commit dab8a461fb
No known key found for this signature in database
GPG Key ID: 4D04EBEF06AAF3A6

View File

@ -1744,7 +1744,7 @@ func Test1xxResponses(t *testing.T) {
defer res.Body.Close()
if respCounter != 2 {
t.Errorf("Excpected 2 1xx responses; got %d", respCounter)
t.Errorf("Expected 2 1xx responses; got %d", respCounter)
}
checkLinkHeaders(t, []string{"</style.css>; rel=preload; as=style", "</script.js>; rel=preload; as=script", "</foo.js>; rel=preload; as=script"}, res.Header["Link"])