diff options
Diffstat (limited to 'internal/pkg/apiutil/attribute_test.go')
-rw-r--r-- | internal/pkg/apiutil/attribute_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/pkg/apiutil/attribute_test.go b/internal/pkg/apiutil/attribute_test.go index 60f460cd..c948670d 100644 --- a/internal/pkg/apiutil/attribute_test.go +++ b/internal/pkg/apiutil/attribute_test.go @@ -652,6 +652,7 @@ func Test_MpReachNLRIAttribute_EVPN_Prefix_Route(t *testing.T) { IpPrefixLen: 24, IpPrefix: "192.168.101.0", Label: 200, + GwAddress: "172.16.101.1", }) assert.Nil(err) nlris = append(nlris, a) |