mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-04-03 22:03:36 +03:00
Fix test
This commit is contained in:
parent
6437143bb7
commit
d40c0374d2
1 changed files with 2 additions and 1 deletions
|
@ -85,8 +85,9 @@ func Test_parseResponse(t *testing.T) {
|
|||
}
|
||||
|
||||
if got != nil {
|
||||
// reset the time
|
||||
// reset the time and RawHeader
|
||||
got.Expire = time.Time{}
|
||||
got.RawHeader = nil
|
||||
}
|
||||
if cmp.Diff(got, tt.want) != "" {
|
||||
t.Error(cmp.Diff(got, tt.want))
|
||||
|
|
Loading…
Add table
Reference in a new issue