mirror of https://github.com/XTLS/Xray-core
Fix test
parent
6437143bb7
commit
d40c0374d2
|
@ -85,8 +85,9 @@ func Test_parseResponse(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if got != nil {
|
if got != nil {
|
||||||
// reset the time
|
// reset the time and RawHeader
|
||||||
got.Expire = time.Time{}
|
got.Expire = time.Time{}
|
||||||
|
got.RawHeader = nil
|
||||||
}
|
}
|
||||||
if cmp.Diff(got, tt.want) != "" {
|
if cmp.Diff(got, tt.want) != "" {
|
||||||
t.Error(cmp.Diff(got, tt.want))
|
t.Error(cmp.Diff(got, tt.want))
|
||||||
|
|
Loading…
Reference in New Issue