Update management/server/route_test.go

Co-authored-by: Maycon Santos <mlsmaycon@gmail.com>
This commit is contained in:
Bethuel Mmbaga 2024-10-21 19:01:02 +03:00 committed by GitHub
parent 9b0424ea55
commit a6dc54c21a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1801,7 +1801,7 @@ func TestRouteAccountPeersUpdate(t *testing.T) {
})
// Creating route no routing peer and no peers groups should not update account peers and not send peer update
t.Run("creating route no routing peer and no peers groups", func(t *testing.T) {
t.Run("creating route no routing peer and no peers in groups", func(t *testing.T) {
route := route.Route{
ID: "testingRoute1",
Network: netip.MustParsePrefix("100.65.250.202/32"),