mirror of
https://github.com/dcarrillo/whatismyip.git
synced 2025-07-01 09:19:26 +00:00
Initial server handling refactor (#9)
This commit is contained in:
@ -122,8 +122,6 @@ func TestContainerIntegration(t *testing.T) {
|
||||
assert.Equal(t, `h3=":8001"; ma=2592000,h3-29=":8001"; ma=2592000`, resp.Header.Get("Alt-Svc"))
|
||||
}
|
||||
}
|
||||
assert.NoError(t, err)
|
||||
|
||||
assert.NoError(t, err)
|
||||
assert.Equal(t, 200, resp.StatusCode)
|
||||
|
||||
|
Reference in New Issue
Block a user