fixed docker build error issue

This commit is contained in:
marvzhang
2020-01-07 14:51:09 +08:00
parent 27156b4d40
commit 816f70b8fa
2 changed files with 0 additions and 4 deletions

View File

@@ -23,7 +23,6 @@ var scheduleList = []model.Schedule{
EntryId: 10,
// 前端展示
SpiderName: "test scedule",
NodeName: "测试节点",
CreateTs: time.Now(),
UpdateTs: time.Now(),
@@ -37,7 +36,6 @@ var scheduleList = []model.Schedule{
EntryId: 10,
// 前端展示
SpiderName: "test scedule2",
NodeName: "测试节点",
CreateTs: time.Now(),
UpdateTs: time.Now(),

View File

@@ -80,7 +80,6 @@ func TestPostSchedule(t *testing.T) {
EntryId: 10,
// 前端展示
SpiderName: "test scedule",
NodeName: "测试节点",
CreateTs: time.Now(),
UpdateTs: time.Now(),
@@ -117,7 +116,6 @@ func TestPutSchedule(t *testing.T) {
EntryId: 10,
// 前端展示
SpiderName: "test scedule",
NodeName: "测试节点",
CreateTs: time.Now(),
UpdateTs: time.Now(),