mirror of
https://github.com/gravitl/netmaker.git
synced 2026-04-22 16:07:11 +08:00
fixing validation
This commit is contained in:
@@ -286,7 +286,6 @@ func TestCreateEgressGateway(t *testing.T) {
|
||||
assert.True(t, message.IsEgressGateway)
|
||||
t.Log(err)
|
||||
})
|
||||
})
|
||||
t.Run("BadInterface", func(t *testing.T) {
|
||||
gateway.Ranges = []string{"0.0.0.0/0"}
|
||||
gateway.Interface = ""
|
||||
|
||||
Reference in New Issue
Block a user