diff options
Diffstat (limited to 'types/netmap/nodemut_test.go')
| -rw-r--r-- | types/netmap/nodemut_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/types/netmap/nodemut_test.go b/types/netmap/nodemut_test.go index f11a303af..353f9524a 100644 --- a/types/netmap/nodemut_test.go +++ b/types/netmap/nodemut_test.go @@ -45,7 +45,7 @@ func TestMapResponseContainsNonPatchFields(t *testing.T) { var want bool switch f.Name { - case "MapSessionHandle", "Seq", "KeepAlive", "PingRequest", "PopBrowserURL", "ControlTime": + case "MapSessionHandle", "Seq", "KeepAlive", "PingRequest", "PopBrowserURL", "ControlTime", "DisplayName": // There are meta fields that apply to all MapResponse values. // They should be ignored. want = false |
