可以在IP名单中搜索IP

This commit is contained in:
GoEdgeLab
2021-10-22 12:18:53 +08:00
parent 47ac9fef3a
commit 3916fa1cfd
3 changed files with 19 additions and 10 deletions

View File

@@ -178,7 +178,7 @@ func TestServerDAO_UpdateServerBandwidthLimitStatus(t *testing.T) {
MonthlySize: &shared.SizeCapacity{Count: 10, Unit: "mb"},
TotalSize: nil,
NoticePageBody: "",
}, 23)
}, 23, false)
if err != nil {
t.Fatal(err)
}