mirror of
https://github.com/dcarrillo/whatismyip.git
synced 2025-07-01 03:29:28 +00:00
Update test to latest quic version
This commit is contained in:
@ -119,7 +119,7 @@ func TestContainerIntegration(t *testing.T) {
|
||||
resp, _ = client.Do(req)
|
||||
body, err = io.ReadAll(resp.Body)
|
||||
if strings.Contains(tt.url, "https://") {
|
||||
assert.Equal(t, `h3=":8001"; ma=2592000,h3-29=":8001"; ma=2592000`, resp.Header.Get("Alt-Svc"))
|
||||
assert.Equal(t, `h3=":8001"; ma=2592000`, resp.Header.Get("Alt-Svc"))
|
||||
}
|
||||
}
|
||||
assert.NoError(t, err)
|
||||
|
Reference in New Issue
Block a user