@@ -59,7 +59,7 @@ var _ = Describe("Preheat with Manager", func() {
59
59
Type : internaljob .PreheatJob ,
60
60
Args : types.PreheatArgs {
61
61
Type : "file" ,
62
- URL : testFile .GetDownloadURL (),
62
+ URLs : [] string { testFile .GetDownloadURL ()} ,
63
63
},
64
64
})
65
65
Expect (err ).NotTo (HaveOccurred ())
@@ -117,7 +117,7 @@ var _ = Describe("Preheat with Manager", func() {
117
117
Type : internaljob .PreheatJob ,
118
118
Args : types.PreheatArgs {
119
119
Type : "file" ,
120
- URL : testFile .GetDownloadURL (),
120
+ URLs : [] string { testFile .GetDownloadURL ()} ,
121
121
},
122
122
})
123
123
Expect (err ).NotTo (HaveOccurred ())
@@ -175,7 +175,7 @@ var _ = Describe("Preheat with Manager", func() {
175
175
Type : internaljob .PreheatJob ,
176
176
Args : types.PreheatArgs {
177
177
Type : "file" ,
178
- URL : testFile .GetDownloadURL (),
178
+ URLs : [] string { testFile .GetDownloadURL ()} ,
179
179
},
180
180
})
181
181
Expect (err ).NotTo (HaveOccurred ())
@@ -233,7 +233,7 @@ var _ = Describe("Preheat with Manager", func() {
233
233
Type : internaljob .PreheatJob ,
234
234
Args : types.PreheatArgs {
235
235
Type : "file" ,
236
- URL : testFile .GetDownloadURL (),
236
+ URLs : [] string { testFile .GetDownloadURL ()} ,
237
237
Scope : "single_seed_peer" ,
238
238
LoadToCache : true ,
239
239
},
0 commit comments