mirror of
https://github.com/Readarr/Readarr.git
synced 2026-09-23 03:35:03 -04:00
Fixed broken in queue test for nzbget
This commit is contained in:
1 parent
55a808a87b
commit
78ef0d6fb0
1 file changed
+4
@@ -24,6 +24,10 @@ public void Setup()
|
||||
_queue = Builder<NzbgetQueueItem>.CreateListOfSize(5)
|
||||
.All()
|
||||
.With(q => q.NzbName = "30.Rock.S01E01.Pilot.720p.hdtv.nzb")
|
||||
.With(q => q.Parameters = new List<NzbgetParameter>
|
||||
{
|
||||
new NzbgetParameter { Name = "drone", Value = "id" }
|
||||
})
|
||||
.Build()
|
||||
.ToList();
|
||||
|
||||
|
||||
Reference in new issue
Block a user