t.Fatalf("AnonymousClientConfig dropped the WrapTransport field")
}else{
actual.WrapTransport=nil
expected.WrapTransport=nil
}
if!reflect.DeepEqual(*actual,expected){
t.Fatalf("AnonymousClientConfig dropped unexpected fields, identify whether they are security related or not: %s",diff.ObjectGoPrintDiff(expected,actual))