mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-04-21 04:05:56 +08:00
增加DNS服务商账号管理
This commit is contained in:
12
pkg/serverconfigs/ipconfigs/action_ipset_test.go
Normal file
12
pkg/serverconfigs/ipconfigs/action_ipset_test.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package ipconfigs
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestIPSetAction_Run(t *testing.T) {
|
||||
action := &IPSetAction{}
|
||||
err := action.Run(&IPItemConfig{})
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
t.Log("ok")
|
||||
}
|
||||
Reference in New Issue
Block a user