remove localrange

This commit is contained in:
Matthew R Kasun
2023-01-18 16:27:44 -05:00
parent 1f92d06d7c
commit 9edb541388
16 changed files with 14 additions and 138 deletions

View File

@@ -271,14 +271,6 @@ func TestValidateNetwork(t *testing.T) {
},
errMessage: "Field validation for 'DefaultKeepalive' failed on the 'max' tag",
},
{
testname: "InvalidLocalRange",
network: models.Network{
NetID: "skynet",
LocalRange: "192.168.0.1",
},
errMessage: "Field validation for 'LocalRange' failed on the 'cidr' tag",
},
}
for _, tc := range cases {
t.Run(tc.testname, func(t *testing.T) {