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
co-authored by Maycon Santos
parent 9b0424ea55
commit a6dc54c21a
+1 -1
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"),